Fix cargo warnings in userland.

This commit is contained in:
Drew Galbraith 2025-01-26 09:35:23 -08:00
parent d777b8f4ab
commit ab75085f32
3 changed files with 1 additions and 8 deletions

View file

@ -1,6 +1,3 @@
use core::cell::RefCell;
use alloc::rc::Rc;
use alloc::sync::Arc;
use alloc::{collections::BTreeMap, string::String};
use mammoth::sync::Mutex;