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:
Anthony Ramine 2017-02-16 09:18:02 +01:00
parent 84a44a4014
commit 3eed8a91a1
17 changed files with 79 additions and 61 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(plugin)]
#![plugin(plugins)]
#![plugin(script_plugins)]
extern crate js;