Fix path in cargo.toml, which was accepted by previous cargo versions

This commit is contained in:
Oliver Schneider 2017-07-16 19:46:06 +02:00
parent 68948a5654
commit 67793af117

View file

@ -28,6 +28,7 @@ test = false
[[bin]]
name = "cargo-clippy"
test = false
path = "src/main.rs"
[dependencies]
# begin automatic update