Remove #![feature(custom_attribute)]

This commit is contained in:
Anthony Ramine 2016-11-03 10:18:55 +01:00
parent c4f27e42b7
commit a9767333eb
8 changed files with 1 additions and 8 deletions

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(custom_attribute, plugin, proc_macro, rustc_attrs, structural_match)]
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
#![plugin(plugins)]
#![deny(unsafe_code)]