Skip to content

Commit 11b370c

Browse files
committed
fix: remove #![feature(const_checked_int_methods)]
`const_checked_int_methods` has been stabilized by <rust-lang/rust#80962>.
1 parent b8b041b commit 11b370c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/r3/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#![feature(const_fn_union)]
1010
#![feature(const_slice_from_raw_parts)]
1111
#![feature(const_raw_ptr_deref)]
12-
#![feature(const_checked_int_methods)]
1312
#![feature(const_option)]
1413
#![feature(exhaustive_patterns)] // `let Ok(()) = Ok::<(), !>(())`
1514
#![feature(decl_macro)]

0 commit comments

Comments
 (0)