Skip to content

Commit

Permalink
Split feature gates into lines for easy grepping
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Sep 21, 2017
1 parent 2795e5f commit 2f03096
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/script_plugins/lib.rs
Expand Up @@ -15,7 +15,10 @@


#![deny(unsafe_code)]
#![feature(box_syntax, plugin, plugin_registrar, rustc_private)]
#![feature(box_syntax)]
#![feature(plugin)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]

#[macro_use]
extern crate rustc;
Expand Down

0 comments on commit 2f03096

Please sign in to comment.