Remove pub_restricted feature: it's stable!

This commit is contained in:
Sergio Benitez 2017-03-21 20:34:01 -07:00
parent cc3eb57d7f
commit b303ae08f1
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#![feature(associated_consts)]
#![feature(const_fn)]
#![feature(type_ascription)]
#![feature(pub_restricted)]
#![feature(lookup_host)]
//! # Rocket - Core API Documentation