Skip to content

Commit 5510aba

Browse files
committed
fixup! fixup! rust: alloc: vec: Import .drain() / Drain from rust library
1 parent 7a484c2 commit 5510aba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/kernel/alloc/drain.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//! see <https://github.com/rust-lang/rust/blob/master/COPYRIGHT>.
77
#![allow(clippy::undocumented_unsafe_blocks)]
88

9-
109
use core::fmt;
1110
use core::iter::FusedIterator;
1211
use core::mem::{self, ManuallyDrop, SizedTypeProperties};

0 commit comments

Comments
 (0)