Skip to content

Commit

Permalink
Update to rust 1.36.0 (pantsbuild#8014)
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion authored Jul 5, 2019
1 parent b2602ea commit 92d7310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.0
1.36.0
2 changes: 0 additions & 2 deletions src/rust/engine/sharded_lmdb/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92d7310

Please sign in to comment.