Remove question_mark feature: it's been stabalized!

This commit is contained in:
Sergio Benitez 2016-10-14 19:07:22 -07:00
parent 1323e7a420
commit cf9f746ee2
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
#![feature(question_mark)]
//! This crate contains officially sanctioned contributor libraries that provide
//! functionality commonly used by Rocket applications.
//!

View File

@ -1,4 +1,3 @@
#![feature(question_mark)]
#![feature(specialization)]
#![feature(conservative_impl_trait)]
#![feature(drop_types_in_const)]