aboutsummaryrefslogtreecommitdiff
path: root/src/packed/rabinkarp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/packed/rabinkarp.rs')
-rw-r--r--src/packed/rabinkarp.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packed/rabinkarp.rs b/src/packed/rabinkarp.rs
index fa6b1e3..3992296 100644
--- a/src/packed/rabinkarp.rs
+++ b/src/packed/rabinkarp.rs
@@ -1,7 +1,7 @@
use std::mem;
-use crate::packed::pattern::{PatternID, Patterns};
-use crate::Match;
+use packed::pattern::{PatternID, Patterns};
+use Match;
/// The type of the rolling hash used in the Rabin-Karp algorithm.
type Hash = usize;