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 c8d062d commit e5a6612Copy full SHA for e5a6612
src/structures/gdt.rs
@@ -4,7 +4,7 @@ use crate::structures::{tss::TaskStateSegment, DescriptorTablePointer};
4
use crate::PrivilegeLevel;
5
use bit_field::BitField;
6
use bitflags::bitflags;
7
-use core::{fmt, cmp, mem};
+use core::{cmp, fmt, mem};
8
9
/// Specifies which element to load into a segment from
10
/// descriptor tables (i.e., is a index to LDT or GDT table
0 commit comments