From 511dd50f44796f8698780c17ae6851db16e2fb1f Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Thu, 21 May 2020 16:50:32 -0400 Subject: [PATCH] Remove unused feature gates This crate is able to compile without any of these enabled. --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 7fa7fc06..b127da0a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,9 +1,6 @@ #![feature(lang_items)] #![feature(global_asm)] -#![feature(step_trait)] #![feature(llvm_asm)] -#![feature(nll)] -#![feature(const_fn)] #![no_std] #![no_main]