Remove question mark where not required

This commit is contained in:
Jeremy Soller 2016-10-15 20:56:32 -06:00
parent e42e5bac66
commit d16692665e
2 changed files with 0 additions and 2 deletions

View file

@ -1,5 +1,4 @@
#![feature(asm)]
#![feature(question_mark)]
#[macro_use]
extern crate bitflags;

View file

@ -1,5 +1,4 @@
#![feature(asm)]
#![feature(question_mark)]
extern crate dma;
extern crate event;