Skip to content

Commit

Permalink
fix: remove #![feature(const_saturating_int_methods)]
Browse files Browse the repository at this point in the history
`const_saturating_int_methods` has been stabilized by
<rust-lang/rust#73858>.
  • Loading branch information
yvt committed Aug 14, 2020
1 parent a940171 commit ea46e59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/constance_port_arm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#![feature(const_generics)]
#![feature(const_panic)]
#![feature(const_ptr_offset)]
#![feature(const_saturating_int_methods)]
#![feature(decl_macro)]
#![feature(llvm_asm)]
#![feature(naked_functions)]
Expand Down
1 change: 0 additions & 1 deletion src/constance_portkit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#![feature(const_generics)]
#![feature(const_fn)]
#![feature(const_panic)]
#![feature(const_saturating_int_methods)]
#![feature(core_panic)]
#![feature(decl_macro)]
#![feature(external_doc)]
Expand Down

0 comments on commit ea46e59

Please sign in to comment.