X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fdetect.rs;fp=nihav-core%2Fsrc%2Fdetect.rs;h=44b6e54c919b074646c167cf9bc94890ff8d6a77;hp=a69312438e5d6a9b520aa06e9232651cd9686580;hb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96 diff --git a/nihav-core/src/detect.rs b/nihav-registry/src/detect.rs similarity index 99% rename from nihav-core/src/detect.rs rename to nihav-registry/src/detect.rs index a693124..44b6e54 100644 --- a/nihav-core/src/detect.rs +++ b/nihav-registry/src/detect.rs @@ -21,7 +21,7 @@ //! } //! ``` use std::io::SeekFrom; -use crate::io::byteio::ByteReader; +use nihav_core::io::byteio::ByteReader; /// Format detection score. #[derive(Debug,Clone,Copy,PartialEq)]