From 79be9f8ce00f42cc0e17b50b98f2d22490959744 Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Wed, 15 Aug 2018 17:49:36 -0400 Subject: [PATCH] Fix duplicated nll feature and removed stablized features --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 975a40da..2e15ba8a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,13 +1,10 @@ #![feature(lang_items)] #![feature(global_asm)] -#![feature(iterator_step_by)] #![feature(try_from)] #![feature(step_trait)] #![feature(asm)] #![feature(nll)] -#![feature(pointer_methods)] #![feature(const_fn)] -#![feature(nll)] #![feature(panic_implementation)] #![no_std] #![no_main]