Skip to content

Commit 05c0828

Browse files
RestiosonFreax13
authored andcommitted
fmt
1 parent 2fef3bd commit 05c0828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/gdt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::structures::tss::TaskStateSegment;
55
use crate::PrivilegeLevel;
66
use bit_field::BitField;
77
use bitflags::bitflags;
8-
use core::{fmt, cmp, mem};
8+
use core::{cmp, fmt, mem};
99
// imports for intra-doc links
1010
#[cfg(doc)]
1111
use crate::registers::segmentation::{Segment, CS, SS};

0 commit comments

Comments
 (0)