]> git.lizzy.rs Git - rust.git/commitdiff
1.25.0 -> 1.26.-
authorManish Goregaokar <manishsmail@gmail.com>
Sun, 25 Feb 2018 05:06:29 +0000 (21:06 -0800)
committerkennytm <kennytm@gmail.com>
Sun, 25 Feb 2018 06:24:24 +0000 (14:24 +0800)
src/liballoc/btree/map.rs
src/libstd/collections/hash/map.rs

index b98489c516a059b942b6c09f3fe19150d627cfba..618ef81fdd98198c71268a8b08eb257f3ca2feb6 100644 (file)
@@ -2128,7 +2128,7 @@ pub fn key(&self) -> &K {
     ///    .or_insert(42);
     /// assert_eq!(map["poneyland"], 43);
     /// ```
-    #[stable(feature = "entry_and_modify", since = "1.25.0")]
+    #[stable(feature = "entry_and_modify", since = "1.26.0")]
     pub fn and_modify<F>(self, mut f: F) -> Self
         where F: FnMut(&mut V)
     {
index 80e52123a0177ec53a0b2a3ee2c05d04442774d6..b63a45ecade43a13adb2fee2f3c0fcbde5efa58d 100644 (file)
@@ -2080,7 +2080,7 @@ pub fn key(&self) -> &K {
     ///    .or_insert(42);
     /// assert_eq!(map["poneyland"], 43);
     /// ```
-    #[stable(feature = "entry_and_modify", since = "1.25.0")]
+    #[stable(feature = "entry_and_modify", since = "1.26.0")]
     pub fn and_modify<F>(self, mut f: F) -> Self
         where F: FnMut(&mut V)
     {