Skip to content

Commit 5a2d850

Browse files
authored
Rollup merge of #113717 - cuishuang:master, r=Nilstrieb
remove repetitive words
2 parents 78dadb4 + 2013e74 commit 5a2d850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono_hash_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! otherwise mutated. We also box items in the map. This means we can safely provide
33
//! shared references into existing items in the `FxHashMap`, because they will not be dropped
44
//! (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
5+
//! The API is completely tailored to what `memory.rs` needs. It is still in
66
//! a separate file to minimize the amount of code that has to care about the unsafety.
77
88
use std::borrow::Borrow;

0 commit comments

Comments
 (0)