Skip to content

Commit

Permalink
Auto merge of #19083 - servo:vis, r=SimonSapin
Browse files Browse the repository at this point in the history
Fix new failure in Nightly 2017-11-01.

The rustc::declare_lints! macro started using a :vis fragment specifier.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19083)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Nov 1, 2017
2 parents fa93a79 + 2bee740 commit b23131a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/script_plugins/lib.rs
Expand Up @@ -15,6 +15,7 @@


#![deny(unsafe_code)]
#![feature(macro_vis_matcher)]
#![feature(plugin)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]
Expand Down

0 comments on commit b23131a

Please sign in to comment.