aboutsummaryrefslogtreecommitdiff
path: root/utf8parse/src/types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'utf8parse/src/types.rs')
-rw-r--r--utf8parse/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8parse/src/types.rs b/utf8parse/src/types.rs
index 4c604f4..a5b9436 100644
--- a/utf8parse/src/types.rs
+++ b/utf8parse/src/types.rs
@@ -1,6 +1,6 @@
//! Types supporting the UTF-8 parser
#![allow(non_camel_case_types)]
-use std::mem;
+use core::mem;
/// States the parser can be in.
///