Skip to content

Commit d4abc5b

Browse files
committed
Remove useless re-export in main.rs
1 parent 9f5cd16 commit d4abc5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ use usize_conversions::usize_from;
2323
use x86_64::structures::paging::{Mapper, RecursivePageTable};
2424
use x86_64::structures::paging::{Page, PageTableFlags, PhysFrame, Size2MiB};
2525
use x86_64::ux::u9;
26-
pub use x86_64::PhysAddr;
27-
use x86_64::VirtAddr;
26+
use x86_64::{PhysAddr, VirtAddr};
2827

2928
global_asm!(include_str!("stage_1.s"));
3029
global_asm!(include_str!("stage_2.s"));

0 commit comments

Comments
 (0)