std: Add a tracking issue for Peekable::is_empty
The listed tracking issue was hooked up to the wrong location by accident.
This commit is contained in:
parent
aed7ddae8e
commit
083db64d90
1 changed files with 1 additions and 1 deletions
|
@ -3679,7 +3679,7 @@ impl<I: Iterator> Peekable<I> {
|
|||
///
|
||||
/// assert_eq!(iter.is_empty(), true);
|
||||
/// ```
|
||||
#[unstable(feature = "peekable_is_empty", issue = "27701")]
|
||||
#[unstable(feature = "peekable_is_empty", issue = "32111")]
|
||||
#[inline]
|
||||
pub fn is_empty(&mut self) -> bool {
|
||||
self.peek().is_none()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue