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 b336188 commit f050a95Copy full SHA for f050a95
units/src/amount/verification.rs
@@ -4,7 +4,7 @@
4
5
use std::cmp;
6
7
-use super::*;
+use super::{Amount, SignedAmount};
8
9
// Note regarding the `unwind` parameter: this defines how many iterations
10
// of loops kani will unwind before handing off to the SMT solver. Basically
0 commit comments