1
Fork 0

move AsIntoIter helper trait and mark it as unsafe

This commit is contained in:
The8472 2021-08-24 23:54:14 +02:00 committed by The 8472
parent 47a7a07a8b
commit 79b43b35be
4 changed files with 14 additions and 11 deletions

View file

@ -96,7 +96,7 @@ mod drain;
mod cow;
#[cfg(not(no_global_oom_handling))]
pub(crate) use self::into_iter::AsIntoIter;
pub(crate) use self::in_place_collect::AsIntoIter;
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::into_iter::IntoIter;