rust/src/libstd/collections
Sebastian Hahn 2569747d18 Fix docs for HashSet::insert
insert() returns bool, but it was wrongly stated that if the set had the
key already present, that key would be returned (this was probably
copied from the HashMap docs). Also remove a reference to the
module-level documentation, which doesn't make sense as it doesn't give
any more context.
2015-11-16 06:32:58 +01:00
..
hash Fix docs for HashSet::insert 2015-11-16 06:32:58 +01:00
mod.rs Remove key duplication from BTreeMap example in collections 2015-10-25 12:03:21 +00:00