Remove #![feature(question_mark)]
Apparently that feature is stable now
This commit is contained in:
parent
7c774ec6ec
commit
7f7deb7af5
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
#![crate_type = "dylib"]
|
||||
#![feature(plugin_registrar, quote)]
|
||||
#![feature(question_mark)]
|
||||
#![feature(slice_patterns)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue