Remove question mark where not required
This commit is contained in:
parent
e42e5bac66
commit
d16692665e
|
@ -1,5 +1,4 @@
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
#![feature(question_mark)]
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#![feature(asm)]
|
#![feature(asm)]
|
||||||
#![feature(question_mark)]
|
|
||||||
|
|
||||||
extern crate dma;
|
extern crate dma;
|
||||||
extern crate event;
|
extern crate event;
|
||||||
|
|
Loading…
Reference in a new issue