Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xacrimon committed Mar 11, 2020
1 parent 90f621c commit db0ea63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashmap"
version = "3.6.0"
version = "3.7.0"
authors = ["Acrimon <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 1 addition & 5 deletions src/mapref/one.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,7 @@ impl<'a, K: Eq + Hash, V, S: BuildHasher> RefMut<'a, K, V, S> {
k: &'a K,
v: &'a mut V,
) -> Self {
Self {
guard,
k,
v,
}
Self { guard, k, v }
}

#[inline(always)]
Expand Down

0 comments on commit db0ea63

Please sign in to comment.