diff --git a/rust-toolchain b/rust-toolchain index a2d87226ac2..d70132e1dea 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.35.0 \ No newline at end of file +1.36.0 \ No newline at end of file diff --git a/src/rust/engine/sharded_lmdb/src/lib.rs b/src/rust/engine/sharded_lmdb/src/lib.rs index c6cb66afb79..eb83b596017 100644 --- a/src/rust/engine/sharded_lmdb/src/lib.rs +++ b/src/rust/engine/sharded_lmdb/src/lib.rs @@ -62,8 +62,6 @@ impl ShardedLmdb { trace!("Initializing ShardedLmdb at root {:?}", root_path); let mut lmdbs = HashMap::new(); - #[allow(clippy::identity_conversion)] - // False positive: https://github.com/rust-lang/rust-clippy/issues/3913 for (env, dir, fingerprint_prefix) in ShardedLmdb::envs(&root_path, max_size)? { trace!("Making ShardedLmdb content database for {:?}", dir); let content_database = env