Skip to content

Commit f050a95

Browse files
authored
units: replace wildcard import with specific imports in verification
1 parent b336188 commit f050a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/src/amount/verification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
use std::cmp;
66

7-
use super::*;
7+
use super::{Amount, SignedAmount};
88

99
// Note regarding the `unwind` parameter: this defines how many iterations
1010
// of loops kani will unwind before handing off to the SMT solver. Basically

0 commit comments

Comments
 (0)