We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Box
1 parent f6603c3 commit d85b3fdCopy full SHA for d85b3fd
rust/kernel/prelude.rs
@@ -14,7 +14,7 @@
14
#[doc(no_inline)]
15
pub use core::pin::Pin;
16
17
-pub use crate::alloc::{flags::*, vec_ext::VecExt, KBox, KVBox, VBox};
+pub use crate::alloc::{flags::*, vec_ext::VecExt, Box, KBox, KVBox, VBox};
18
19
20
pub use alloc::vec::Vec;
0 commit comments