mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move script lints to script_plugins
The plugins crate now just allows to hook into clippy from a single crate.
This commit is contained in:
parent
84a44a4014
commit
3eed8a91a1
17 changed files with 79 additions and 61 deletions
|
@ -2,9 +2,9 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![feature(plugin)]
|
||||
#![plugin(plugins)]
|
||||
#![allow(dead_code)]
|
||||
#![feature(plugin)]
|
||||
#![plugin(script_plugins)]
|
||||
|
||||
#[must_root]
|
||||
struct Foo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue