From f0664243c3d7be8535ccffcb19c0e039adc28175 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 15 Oct 2016 20:56:32 -0600 Subject: [PATCH] Remove question mark where not required --- ahcid/src/main.rs | 1 - e1000d/src/main.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/ahcid/src/main.rs b/ahcid/src/main.rs index 880177b65b..fba2503d81 100644 --- a/ahcid/src/main.rs +++ b/ahcid/src/main.rs @@ -1,5 +1,4 @@ #![feature(asm)] -#![feature(question_mark)] #[macro_use] extern crate bitflags; diff --git a/e1000d/src/main.rs b/e1000d/src/main.rs index 3b097dfa96..00b31db241 100644 --- a/e1000d/src/main.rs +++ b/e1000d/src/main.rs @@ -1,5 +1,4 @@ #![feature(asm)] -#![feature(question_mark)] extern crate dma; extern crate event;