core/byteio: reexport SeekFrom
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 13 Nov 2019 18:40:22 +0000 (19:40 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 13 Nov 2019 18:40:22 +0000 (19:40 +0100)
nihav-core/src/io/byteio.rs

index e7e63dbd428f179e92aecfddc2f880d16c6cf2ac..217a85f036960e250fc176bd7d13dcfcf7a6a515 100644 (file)
@@ -1,4 +1,4 @@
-use std::io::SeekFrom;
+pub use std::io::SeekFrom;
 use std::fs::File;
 use std::io::prelude::*;
 use std::ptr;