mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fix path in cargo.toml, which was accepted by previous cargo versions
This commit is contained in:
parent
68948a5654
commit
67793af117
@ -28,6 +28,7 @@ test = false
|
||||
[[bin]]
|
||||
name = "cargo-clippy"
|
||||
test = false
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# begin automatic update
|
||||
|
Loading…
Reference in New Issue
Block a user