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
1 changed files with 1 additions and 0 deletions

View File

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