Auto merge of #19083 - servo:vis, r=SimonSapin

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 -->
This commit is contained in:
bors-servo 2017-11-01 08:52:45 -05:00 committed by GitHub
commit b23131abf1

View file

@ -15,6 +15,7 @@
#![deny(unsafe_code)]
#![feature(macro_vis_matcher)]
#![feature(plugin)]
#![feature(plugin_registrar)]
#![feature(rustc_private)]