diff options
author | 2017-10-17 10:15:12 +0200 | |
---|---|---|
committer | 2017-10-17 10:15:12 +0200 | |
commit | 9cba8c9b18c24c549999f687aed1d3e5cbf90f6e (patch) | |
tree | f6ea88f2be9b169520c1bb534013560b6726fc95 /src/lib.rs | |
parent | 6b18a71119bdb3c16bd5c6f85208597711785df9 (diff) | |
parent | 31183183e4dd295b8f48c21873a8cdfa60ba3c7d (diff) | |
download | rust-x86-9cba8c9b18c24c549999f687aed1d3e5cbf90f6e.tar.gz rust-x86-9cba8c9b18c24c549999f687aed1d3e5cbf90f6e.tar.zst rust-x86-9cba8c9b18c24c549999f687aed1d3e5cbf90f6e.zip |
Merge pull request #29 from sergey-v-galtsev/segmentation-fixes
Several small fixes for shared/descriptor.rs and shared/segmentation.rs.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ #[macro_use] extern crate bitflags; -#[macro_use] extern crate raw_cpuid; #[cfg(feature = "performance-counter")] |