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.
Vec
1 parent 405966e commit 3145dc9Copy full SHA for 3145dc9
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::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec};
+pub use crate::alloc::{flags::*, Box, KBox, KVBox, KVVec, KVec, VBox, VVec, Vec};
18
19
20
pub use macros::{module, pin_data, pinned_drop, vtable, Zeroable};
0 commit comments