aboutsummaryrefslogtreecommitdiff
path: root/src/strnom.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/strnom.rs')
-rw-r--r--src/strnom.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strnom.rs b/src/strnom.rs
index 099dab9..6f32062 100644
--- a/src/strnom.rs
+++ b/src/strnom.rs
@@ -4,7 +4,7 @@ use std::str::{Bytes, CharIndices, Chars};
use unicode_xid::UnicodeXID;
-use stable::LexError;
+use fallback::LexError;
#[derive(Copy, Clone, Eq, PartialEq)]
pub struct Cursor<'a> {