fill-in tracking issue for feature(drain_keep_rest)

This commit is contained in:
Maybe Waffle 2022-08-28 17:02:37 +04:00
parent 8c4e0d42b2
commit 7a433e4d00
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ impl<'a, T, A: Allocator> Drain<'a, T, 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:
//

View file

@ -76,7 +76,7 @@ where
/// // `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:
//