1
0
forked from Rativel/BurritOS

Lint: remove some warnings

This commit is contained in:
Quentin Legot
2023-04-06 13:46:59 +02:00
parent 9cc57e7f03
commit 66d6daf0b9
6 changed files with 16 additions and 68 deletions

View File

@@ -3,8 +3,7 @@
//! Module containing structs and methods pertaining to the state of the operating system
use super::{thread_manager::ThreadManager};
use crate::utility;
use crate::utility::objaddr::{ObjAddr, SynchObj};
use crate::utility::objaddr::ObjAddr;
/// # System
///