mirror of https://github.com/rwf2/Rocket.git
Remove question_mark feature: it's been stabalized!
This commit is contained in:
parent
1323e7a420
commit
cf9f746ee2
|
@ -1,5 +1,3 @@
|
|||
#![feature(question_mark)]
|
||||
|
||||
//! This crate contains officially sanctioned contributor libraries that provide
|
||||
//! functionality commonly used by Rocket applications.
|
||||
//!
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#![feature(question_mark)]
|
||||
#![feature(specialization)]
|
||||
#![feature(conservative_impl_trait)]
|
||||
#![feature(drop_types_in_const)]
|
||||
|
|
Loading…
Reference in New Issue