mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Fix path in cargo.toml, which was accepted by previous cargo versions
This commit is contained in:
parent
68948a5654
commit
67793af117
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue