Skip to content

Commit

Permalink
fix: remove #![feature(const_checked_int_methods)]
Browse files Browse the repository at this point in the history
`const_checked_int_methods` has been stabilized by
<rust-lang/rust#80962>.
  • Loading branch information
yvt committed Feb 19, 2021
1 parent b8b041b commit 11b370c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r3/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#![feature(const_fn_union)]
#![feature(const_slice_from_raw_parts)]
#![feature(const_raw_ptr_deref)]
#![feature(const_checked_int_methods)]
#![feature(const_option)]
#![feature(exhaustive_patterns)] // `let Ok(()) = Ok::<(), !>(())`
#![feature(decl_macro)]
Expand Down

0 comments on commit 11b370c

Please sign in to comment.