diff options
author | 2018-07-14 00:14:36 -0700 | |
---|---|---|
committer | 2018-07-14 00:14:36 -0700 | |
commit | af820214bcfde26051b18bb3fd384819e45ffc13 (patch) | |
tree | ddc54cdf0ea05008bd9add33639b5ca2084d765a /src/task.rs | |
parent | e8af882c479eb063ef6f505cef4e9471b43e9c44 (diff) | |
download | rust-x86-af820214bcfde26051b18bb3fd384819e45ffc13.tar.gz rust-x86-af820214bcfde26051b18bb3fd384819e45ffc13.tar.zst rust-x86-af820214bcfde26051b18bb3fd384819e45ffc13.zip |
rustfmt.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
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) { |