Add GHA badge to README.md
Add a FIXME to Cargo.toml
This commit is contained in:
parent
8f45387490
commit
d7620a3e62
@ -21,6 +21,7 @@ publish = false
|
||||
[badges]
|
||||
travis-ci = { repository = "rust-lang/rust-clippy" }
|
||||
appveyor = { repository = "rust-lang/rust-clippy" }
|
||||
# FIXME(flip1995): Add GHA badge once rust-lang/crates.io#1838 is merged
|
||||
|
||||
[[bin]]
|
||||
name = "cargo-clippy"
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
[](https://travis-ci.com/rust-lang/rust-clippy)
|
||||
[](https://ci.appveyor.com/project/rust-lang-libs/rust-clippy)
|
||||
[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster)
|
||||
[](#license)
|
||||
|
||||
A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user