From 8f30a2fc3d5d73f90a4ba64d0a90348e59e7967b Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 14 Feb 2019 14:32:21 -0800 Subject: update to Rust 2018 edition * specify 2018 edition in the manifest * changes to fix build with 2018 edition --- src/bits32/segmentation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bits32/segmentation.rs') diff --git a/src/bits32/segmentation.rs b/src/bits32/segmentation.rs index d46070e..b046035 100644 --- a/src/bits32/segmentation.rs +++ b/src/bits32/segmentation.rs @@ -1,5 +1,5 @@ #[allow(unused_imports)] -use segmentation::SegmentSelector; +use crate::segmentation::SegmentSelector; /// Reload code segment register. /// Note this is special since we can not directly move -- cgit v1.2.3