Skip to content

Commit 07e21c3

Browse files
committed
rm #[mutable_doc]
1 parent 4043951 commit 07e21c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/hashmap.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
//! The tables use a keyed hash with new random keys generated for each container, so the ordering
1414
//! of a set of keys in a hash table is randomized.
1515
16-
#[mutable_doc];
17-
1816
use container::{Container, Mutable, Map, MutableMap, Set, MutableSet};
1917
use clone::Clone;
2018
use cmp::{Eq, Equiv};

0 commit comments

Comments
 (0)