]> git.lizzy.rs Git - rust.git/blobdiff - src/memory.rs
Update to a new nightly.
[rust.git] / src / memory.rs
index 45f8b392c0060ad72e0b0f954b196d0e9bf8d56f..8eccb66bd98fe44f1dd0d46395d9c2da6a5ff81c 100644 (file)
@@ -1,4 +1,4 @@
-use byteorder::{ByteOrder, NativeEndian, ReadBytesExt, WriteBytesExt};
+use byteorder::{NativeEndian, ReadBytesExt, WriteBytesExt};
 use std::collections::Bound::{Included, Excluded};
 use std::collections::{btree_map, BTreeMap, HashMap, HashSet, VecDeque};
 use std::{fmt, iter, mem, ptr};