plugin
This commit is contained in:
parent
5b1cda74c6
commit
709dfe1cea
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
authors = [
|
authors = [
|
||||||
"Manish Goregaokar <manishsmail@gmail.com>",
|
"Manish Goregaokar <manishsmail@gmail.com>",
|
||||||
"Andre Bogus <bogusandre@gmail.com>"
|
"Andre Bogus <bogusandre@gmail.com>"
|
||||||
@ -13,7 +13,7 @@ keywords = ["clippy", "lint", "plugin"]
|
|||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "clippy"
|
name = "clippy"
|
||||||
crate_type = ["dylib"]
|
plugin = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
compiletest_rs = "*"
|
compiletest_rs = "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user