diff options
Diffstat (limited to 'src/task.rs')
-rw-r--r-- | src/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.rs b/src/task.rs index b0dd2ff..20890c9 100644 --- a/src/task.rs +++ b/src/task.rs @@ -1,7 +1,7 @@ //! Helpers to program the task state segment. //! See Intel 3a, Chapter 7 -pub use ::segmentation; +pub use segmentation; /// Load the task state register. pub unsafe fn load_tr(sel: segmentation::SegmentSelector) { |