diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ #![feature(const_fn)] #![feature(asm)] -#![feature(associated_consts)] #![no_std] #![cfg_attr(test, allow(unused_features))] |