Skip to content

Commit e5a6612

Browse files
committed
fmt
1 parent c8d062d commit e5a6612

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
@@ -4,7 +4,7 @@ use crate::structures::{tss::TaskStateSegment, DescriptorTablePointer};
44
use crate::PrivilegeLevel;
55
use bit_field::BitField;
66
use bitflags::bitflags;
7-
use core::{fmt, cmp, mem};
7+
use core::{cmp, fmt, mem};
88

99
/// Specifies which element to load into a segment from
1010
/// descriptor tables (i.e., is a index to LDT or GDT table

0 commit comments

Comments
 (0)