fill-in tracking issue for feature(drain_keep_rest)
This commit is contained in:
parent
8c4e0d42b2
commit
7a433e4d00
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
//
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue