Skip to content

Commit 77e8865

Browse files
editing the mod.rs file(model-checking#91)
1 parent 0a2913f commit 77e8865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/core/src/num/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
use crate::str::FromStr;
66
use crate::ub_checks::assert_unsafe_precondition;
77
use crate::{ascii, intrinsics, mem};
8-
/*use safety::requires;
8+
use safety::requires;
99

1010
#[cfg(kani)]
1111
use crate::kani;
12-
*/
12+
1313
// Used because the `?` operator is not allowed in a const context.
1414
macro_rules! try_opt {
1515
($e:expr) => {

0 commit comments

Comments
 (0)