mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
plugin
This commit is contained in:
parent
5b1cda74c6
commit
709dfe1cea
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "clippy"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = [
|
||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||
"Andre Bogus <bogusandre@gmail.com>"
|
||||
@ -13,7 +13,7 @@ keywords = ["clippy", "lint", "plugin"]
|
||||
|
||||
[lib]
|
||||
name = "clippy"
|
||||
crate_type = ["dylib"]
|
||||
plugin = true
|
||||
|
||||
[dev-dependencies]
|
||||
compiletest_rs = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user