Remove question mark where not required

This commit is contained in:
Jeremy Soller
2016-10-15 20:56:32 -06:00
parent b69014a48a
commit f0664243c3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -1,5 +1,4 @@
#![feature(asm)]
#![feature(question_mark)]
#[macro_use]
extern crate bitflags;
-1
View File
@@ -1,5 +1,4 @@
#![feature(asm)]
#![feature(question_mark)]
extern crate dma;
extern crate event;