diff --git a/crates/trie/sparse/Cargo.toml b/crates/trie/sparse/Cargo.toml index f78322f04b..8b40a72da2 100644 --- a/crates/trie/sparse/Cargo.toml +++ b/crates/trie/sparse/Cargo.toml @@ -88,7 +88,3 @@ harness = false [[bench]] name = "rlp_node" harness = false - -[[bench]] -name = "update" -harness = false