We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1bec46 + 07e21c3 commit 679a2c0Copy full SHA for 679a2c0
src/libstd/hashmap.rs
@@ -13,8 +13,6 @@
13
//! The tables use a keyed hash with new random keys generated for each container, so the ordering
14
//! of a set of keys in a hash table is randomized.
15
16
-#[mutable_doc];
17
-
18
use container::{Container, Mutable, Map, MutableMap, Set, MutableSet};
19
use clone::Clone;
20
use cmp::{Eq, Equiv};
0 commit comments