We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e16dd2 commit b65f1ecCopy full SHA for b65f1ec
portable/src/implementation/fallback.rs
@@ -30,8 +30,6 @@ pub struct Utf8ValidatorImp {
30
err: bool,
31
}
32
33
-use core::panic;
34
-
35
#[cfg(feature = "public_imp")]
36
pub use Utf8ValidatorImp as ChunkedUtf8ValidatorImp;
37
0 commit comments