about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAram Visser <aramvisser@gmail.com>2015-04-16 19:21:11 +0700
committerSteve Klabnik <steve@steveklabnik.com>2015-04-16 22:23:37 -0400
commitff1dcba342442c211e021ef68c5153c710f1fe8e (patch)
tree7bb93df49135f8076d7809cdb0a117163df02281 /src/libstd
parent32956cb565e0be79e37f09707a6f028a70e04ccb (diff)
downloadrust-ff1dcba342442c211e021ef68c5153c710f1fe8e.tar.gz
rust-ff1dcba342442c211e021ef68c5153c710f1fe8e.zip
Fixed typo in hash_map::Entry documentation
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/collections/hash/map.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/collections/hash/map.rs b/src/libstd/collections/hash/map.rs
index f554a4f4ed6..9b93066f9fb 100644
--- a/src/libstd/collections/hash/map.rs
+++ b/src/libstd/collections/hash/map.rs
@@ -1469,7 +1469,6 @@ impl<'a, K, V> ExactSizeIterator for Drain<'a, K, V> {
 }
 
 impl<'a, K, V> Entry<'a, K, V> {
-    /// Returns a mutable reference to the entry if occupied, or the VacantEntry if vacant.
     #[unstable(feature = "std_misc",
                reason = "will soon be replaced by or_insert")]
     #[deprecated(since = "1.0",