We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![feature(const_saturating_int_methods)]
1 parent a940171 commit ea46e59Copy full SHA for ea46e59
src/constance_port_arm/src/lib.rs
@@ -3,7 +3,6 @@
3
#![feature(const_generics)]
4
#![feature(const_panic)]
5
#![feature(const_ptr_offset)]
6
-#![feature(const_saturating_int_methods)]
7
#![feature(decl_macro)]
8
#![feature(llvm_asm)]
9
#![feature(naked_functions)]
src/constance_portkit/src/lib.rs
@@ -2,7 +2,6 @@
2
#![feature(const_fn)]
#![feature(core_panic)]
#![feature(external_doc)]
0 commit comments