mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use the matches!
macro from the standard library
This commit is contained in:
parent
6d6d16f7f4
commit
db4f27f361
9 changed files with 0 additions and 21 deletions
|
@ -11,6 +11,3 @@ plugin = true
|
|||
|
||||
[features]
|
||||
unrooted_must_root_lint = []
|
||||
|
||||
[dependencies]
|
||||
matches = "0.1"
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#![feature(rustc_private)]
|
||||
#![cfg(feature = "unrooted_must_root_lint")]
|
||||
|
||||
#[macro_use]
|
||||
extern crate matches;
|
||||
extern crate rustc;
|
||||
extern crate rustc_driver;
|
||||
extern crate rustc_hir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue