Skip to content

Commit 1750d93

Browse files
committed
fixup! rust: alloc: vec: Import .drain() / Drain from rust library
1 parent c916683 commit 1750d93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rust/kernel/alloc/drain.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
//! the <https://github.com/rust-lang/rust> repository, licensed under
55
//! "Apache-2.0 OR MIT" and adapted for kernel use. For copyright details,
66
//! see <https://github.com/rust-lang/rust/blob/master/COPYRIGHT>.
7+
#![allow(clippy::undocumented_unsafe_blocks)]
8+
79

810
use core::fmt;
911
use core::iter::FusedIterator;

0 commit comments

Comments
 (0)