rm #[mutable_doc]

This commit is contained in:
Daniel Micay 2013-11-25 07:44:47 -05:00
parent 40439516ec
commit 07e21c3c8c
1 changed files with 0 additions and 2 deletions

View File

@ -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};