Skip to content

Commit 272ff04

Browse files
committed
Conditionally import bit_field
Signed-off-by: Joe Richey <[email protected]>
1 parent 92f6a82 commit 272ff04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/addr.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use core::ops::{Add, AddAssign, Sub, SubAssign};
99

1010
use crate::structures::paging::page_table::PageTableLevel;
1111
use crate::structures::paging::{PageOffset, PageTableIndex};
12+
#[cfg(feature = "step_trait")]
1213
use bit_field::BitField;
1314

1415
#[cfg(feature = "step_trait")]

0 commit comments

Comments
 (0)