diff options
Diffstat (limited to 'rust/kernel')
-rw-r--r-- | rust/kernel/str.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/kernel/str.rs b/rust/kernel/str.rs index a15ae90feed7..14ef4344cf6e 100644 --- a/rust/kernel/str.rs +++ b/rust/kernel/str.rs @@ -2,6 +2,7 @@ //! String representations. +use crate::alloc::vec_ext::VecExt; use alloc::alloc::AllocError; use alloc::vec::Vec; use core::fmt::{self, Write}; |