Skip to content

Commit 4ebc542

Browse files
committed
Don't use uniform paths to fix docs.rs build
1 parent 4268a06 commit 4ebc542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub const RECURSIVE_LEVEL_4_TABLE_ADDR: u64 = 0o_177777_777_777_777_777_0000;
1515
#[cfg(feature = "map_physical_memory")]
1616
pub const PHYSICAL_MEMORY_OFFSET: u64 = 0o_177777_770_000_000_000_0000;
1717

18-
pub use bootinfo::BootInfo;
18+
pub use crate::bootinfo::BootInfo;
1919

2020
pub mod bootinfo;
2121

0 commit comments

Comments
 (0)