From d233c3d8896e9a2b2aec3f2bbcb7ae4e97bd5005 Mon Sep 17 00:00:00 2001 From: Dan Cross Date: Thu, 23 Dec 2021 20:45:17 +0000 Subject: Cargo fmt. Signed-off-by: Dan Cross --- src/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task.rs') 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. /// -- cgit v1.2.3