Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
removed warning
  • Loading branch information
Ramla-I authored Aug 28, 2024
1 parent 12e288f commit 60fce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/frame_allocator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mod static_array_rb_tree;
use core::{borrow::Borrow, cmp::{Ordering, min, max}, fmt, mem, ops::{Deref, DerefMut}};
use intrusive_collections::Bound;
use kernel_config::memory::*;
use log::{error, warn, debug, trace, info};
use log::{error, warn, debug, trace};
use memory_structs::{PhysicalAddress, Frame, FrameRange, MemoryState, PageSize, Page4K, Page2M, Page1G};
use spin::Mutex;
use static_array_rb_tree::*;
Expand Down

0 comments on commit 60fce22

Please sign in to comment.