rust: kernel: remove redundant imports
[linux-block.git] / rust / kernel / error.rs
index fc986bc24c6d68ecc5195b295573cd445bf9e8c8..55280ae9fe40e1532f23a35b5cfac2da2d6030b0 100644 (file)
@@ -8,7 +8,6 @@ use crate::{alloc::AllocError, str::CStr};
 
 use alloc::alloc::LayoutError;
 
-use core::convert::From;
 use core::fmt;
 use core::num::TryFromIntError;
 use core::str::Utf8Error;