move AsIntoIter helper trait and mark it as unsafe
This commit is contained in:
parent
47a7a07a8b
commit
79b43b35be
4 changed files with 14 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue