Skip to content

Commit 679a2c0

Browse files
committed
auto merge of #10653 : thestinger/rust/meaningless, r=huonw
2 parents f1bec46 + 07e21c3 commit 679a2c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libstd/hashmap.rs

-2
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)