We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fef3bd commit 05c0828Copy full SHA for 05c0828
src/structures/gdt.rs
@@ -5,7 +5,7 @@ use crate::structures::tss::TaskStateSegment;
5
use crate::PrivilegeLevel;
6
use bit_field::BitField;
7
use bitflags::bitflags;
8
-use core::{fmt, cmp, mem};
+use core::{cmp, fmt, mem};
9
// imports for intra-doc links
10
#[cfg(doc)]
11
use crate::registers::segmentation::{Segment, CS, SS};
0 commit comments