mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Fix warnings
Fixing unused attributes warnings required updating serde_macros which required updating to rustc 1.6.0-nightly (a2866e387 2015-11-30) which required updating some other dependencies.
This commit is contained in:
parent
8ae008761f
commit
b19cc7e44c
11 changed files with 121 additions and 122 deletions
|
@ -20,13 +20,14 @@ extern crate clippy;
|
|||
#[macro_use]
|
||||
extern crate rustc;
|
||||
extern crate rustc_front;
|
||||
extern crate rustc_plugin;
|
||||
#[macro_use]
|
||||
extern crate syntax;
|
||||
extern crate tenacious;
|
||||
|
||||
extern crate url;
|
||||
|
||||
use rustc::plugin::Registry;
|
||||
use rustc_plugin::Registry;
|
||||
use syntax::ext::base::*;
|
||||
use syntax::feature_gate::AttributeType::Whitelisted;
|
||||
use syntax::parse::token::intern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue