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 5cd5a6c commit 0ff0c95Copy full SHA for 0ff0c95
library/core/src/num/dec2flt/decimal_seq.rs
@@ -9,10 +9,10 @@
9
//! algorithm can be found in "ParseNumberF64 by Simple Decimal Conversion",
10
//! available online: <https://nigeltao.github.io/blog/2020/parse-number-f64-simple.html>.
11
12
-#[cfg(kani)]
13
-use crate::kani;
14
#[cfg(kani)]
15
use crate::forall;
+#[cfg(kani)]
+use crate::kani;
16
use crate::num::dec2flt::common::{ByteSlice, is_8digits};
17
18
/// A decimal floating-point number, represented as a sequence of decimal digits.
0 commit comments