We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa05244 commit 3e48d75Copy full SHA for 3e48d75
library/core/src/str/validations.rs
@@ -4,7 +4,6 @@ use super::Utf8Error;
4
use crate::intrinsics::const_eval_select;
5
#[cfg(kani)]
6
use crate::kani;
7
-use crate::mem;
8
9
/// Returns the initial codepoint accumulator for the first byte.
10
/// The first byte is special, only want bottom 5 bits for width 2, 4 bits
0 commit comments