Use consistent feature naming

This commit is contained in:
Dylan MacKenzie
2020-02-04 11:46:03 -08:00
parent 3e9fd80bd7
commit 09160d1b84
2 changed files with 49 additions and 49 deletions

View File

@@ -72,10 +72,10 @@
#![feature(concat_idents)]
#![feature(const_alloc_layout)]
#![feature(const_if_match)]
#![feature(const_int_checked)]
#![feature(const_int_euclidean)]
#![feature(const_int_overflowing)]
#![feature(const_int_saturating)]
#![feature(const_checked_int_methods)]
#![feature(const_euclidean_int_methods)]
#![feature(const_overflowing_int_methods)]
#![feature(const_saturating_int_methods)]
#![feature(const_int_unchecked_arith)]
#![feature(const_panic)]
#![feature(const_fn_union)]