mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 15:54:15 +00:00
rename mini-macro to clippy-mini-macro-test
This commit is contained in:
parent
d57192d5c1
commit
2e86eb88f3
@ -33,7 +33,7 @@ compiletest_rs = "0.2.0"
|
||||
lazy_static = "0.1.15"
|
||||
regex = "0.1.71"
|
||||
rustc-serialize = "0.3"
|
||||
mini-macro = { version = "0.1", path = "mini-macro" }
|
||||
clippy-mini-macro-test = { version = "0.1", path = "mini-macro" }
|
||||
|
||||
|
||||
[features]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "mini-macro"
|
||||
name = "clippy-mini-macro-test"
|
||||
version = "0.1.0"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
@ -8,9 +8,12 @@ authors = [
|
||||
"Martin Carton <cartonmartin@gmail.com>",
|
||||
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
|
||||
]
|
||||
license = "MPL-2.0"
|
||||
description = "A macro to test clippy's procedural macro checks"
|
||||
repository = "https://github.com/Manishearth/rust-clippy"
|
||||
|
||||
[lib]
|
||||
name = "mini_macro"
|
||||
name = "clippy_mini_macro_test"
|
||||
plugin = true
|
||||
|
||||
[dependencies]
|
||||
|
@ -1,5 +1,5 @@
|
||||
#![feature(plugin)]
|
||||
#![plugin(clippy, mini_macro)]
|
||||
#![plugin(clippy, clippy_mini_macro_test)]
|
||||
|
||||
#[deny(warnings)]
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user