aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.rs b/src/task.rs
index d572c8d..a4a9044 100644
--- a/src/task.rs
+++ b/src/task.rs
@@ -1,8 +1,8 @@
//! Helpers to program the task state segment.
//! See Intel 3a, Chapter 7
-use core::arch::asm;
pub use crate::segmentation;
+use core::arch::asm;
/// Returns the current value of the task register.
///