about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2018-10-14 23:41:35 -0700
committerManish Goregaokar <manishsmail@gmail.com>2018-10-14 23:41:37 -0700
commit3ad9290ea43fdf995dbb06af850ff7dbf53af620 (patch)
tree529c6940ae5d4db79bd87323ba9e419ac7c2fb94
parent5afdf8b78507ddf015d192858aef56e72c17de16 (diff)
downloadrust-3ad9290ea43fdf995dbb06af850ff7dbf53af620.tar.gz
rust-3ad9290ea43fdf995dbb06af850ff7dbf53af620.zip
Restore clippy_dummy's placeholder name
Fixes #3317
-rw-r--r--clippy_dummy/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy_dummy/Cargo.toml b/clippy_dummy/Cargo.toml
index b53e89071ce..ed97cc45725 100644
--- a/clippy_dummy/Cargo.toml
+++ b/clippy_dummy/Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "clippy" # rename to clippy before publishing
+name = "clippy_dummy" # rename to clippy before publishing
 version = "0.0.302"
 authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
 edition = "2018"