aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2019-11-13 19:40:22 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2019-11-13 19:40:22 +0100
commit37f2396bf98a72c252b18ebc20deb6ba0ce0018f (patch)
tree09b23e2ce1de3707a09ffd178d534c5a71192c0f /nihav-core/src
parentca8452f0b03bdf2c416eeee51ba59a8c9cd8c502 (diff)
downloadnihav-37f2396bf98a72c252b18ebc20deb6ba0ce0018f.tar.gz
core/byteio: reexport SeekFrom
Diffstat (limited to 'nihav-core/src')
-rw-r--r--nihav-core/src/io/byteio.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nihav-core/src/io/byteio.rs b/nihav-core/src/io/byteio.rs
index e7e63db..217a85f 100644
--- a/nihav-core/src/io/byteio.rs
+++ b/nihav-core/src/io/byteio.rs
@@ -1,4 +1,4 @@
-use std::io::SeekFrom;
+pub use std::io::SeekFrom;
use std::fs::File;
use std::io::prelude::*;
use std::ptr;