Indicate tracking issue for exact_size_is_empty unstability.
This commit is contained in:
parent
444ff9fbfb
commit
95cce86fa9
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ pub trait ExactSizeIterator: Iterator {
|
|||
/// assert_eq!(one_element.next(), None);
|
||||
/// ```
|
||||
#[inline]
|
||||
#[unstable(feature = "exact_size_is_empty", issue = "0")]
|
||||
#[unstable(feature = "exact_size_is_empty", issue = "35428")]
|
||||
fn is_empty(&self) -> bool {
|
||||
self.len() == 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue