]> git.proxmox.com Git - cargo.git/blobdiff - vendor/aho-corasick/src/packed/rabinkarp.rs
New upstream version 0.52.0
[cargo.git] / vendor / aho-corasick / src / packed / rabinkarp.rs
index 3992296294c741283240d457ae4894e12c118824..fa6b1e312302cc8cc58b630bc3f28f76374c4a14 100644 (file)
@@ -1,7 +1,7 @@
 use std::mem;
 
-use packed::pattern::{PatternID, Patterns};
-use Match;
+use crate::packed::pattern::{PatternID, Patterns};
+use crate::Match;
 
 /// The type of the rolling hash used in the Rabin-Karp algorithm.
 type Hash = usize;