aboutsummaryrefslogtreecommitdiff
path: root/src/packed/api.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/packed/api.rs')
-rw-r--r--src/packed/api.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/packed/api.rs b/src/packed/api.rs
index 3a316b5..c15ae3f 100644
--- a/src/packed/api.rs
+++ b/src/packed/api.rs
@@ -1,9 +1,9 @@
use std::u16;
-use packed::pattern::Patterns;
-use packed::rabinkarp::RabinKarp;
-use packed::teddy::{self, Teddy};
-use Match;
+use crate::packed::pattern::Patterns;
+use crate::packed::rabinkarp::RabinKarp;
+use crate::packed::teddy::{self, Teddy};
+use crate::Match;
/// This is a limit placed on the total number of patterns we're willing to try
/// and match at once. As more sophisticated algorithms are added, this number