diff --git a/Cargo.toml b/Cargo.toml index c4c8f4d..afe50d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,9 @@ harness = false name = "access" harness = false +[[bench]] +name = "eq" +harness = false + [profile.release] debug = 1