]> git.lizzy.rs Git - rust.git/blobdiff - library/alloc/src/vec/drain_filter.rs
fill-in tracking issue for `feature(drain_keep_rest)`
[rust.git] / library / alloc / src / vec / drain_filter.rs
index 3130c1f1cca3112de4b873befbbe0041d5abb561..8c03f1692d940643a1bd1cad768e44112120b3cf 100644 (file)
@@ -76,7 +76,7 @@ pub fn allocator(&self) -> &A {
     /// // `vec` would be empty.
     /// assert_eq!(vec, ['b', 'c']);
     /// ```
-    #[unstable(feature = "drain_keep_rest", issue = "none")]
+    #[unstable(feature = "drain_keep_rest", issue = "101122")]
     pub fn keep_rest(self) {
         // At this moment layout looks like this:
         //