mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
auto merge of #10653 : thestinger/rust/meaningless, r=huonw
This commit is contained in:
@@ -13,8 +13,6 @@
|
||||
//! The tables use a keyed hash with new random keys generated for each container, so the ordering
|
||||
//! of a set of keys in a hash table is randomized.
|
||||
|
||||
#[mutable_doc];
|
||||
|
||||
use container::{Container, Mutable, Map, MutableMap, Set, MutableSet};
|
||||
use clone::Clone;
|
||||
use cmp::{Eq, Equiv};
|
||||
|
||||
Reference in New Issue
Block a user