We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9941913 + 30813be commit 1f3219dCopy full SHA for 1f3219d
src/mono_hash_map.rs
@@ -2,7 +2,7 @@
2
//! otherwise mutated. We also box items in the map. This means we can safely provide
3
//! shared references into existing items in the `FxHashMap`, because they will not be dropped
4
//! (from being removed) or moved (because they are boxed).
5
-//! The API is is completely tailored to what `memory.rs` needs. It is still in
+//! The API is completely tailored to what `memory.rs` needs. It is still in
6
//! a separate file to minimize the amount of code that has to care about the unsafety.
7
8
use std::borrow::Borrow;
0 commit comments