File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ publish = false
2121[badges ]
2222travis-ci = { repository = " rust-lang/rust-clippy" }
2323appveyor = { repository = " rust-lang/rust-clippy" }
24+ # FIXME(flip1995): Add GHA badge once rust-lang/crates.io#1838 is merged
2425
2526[[bin ]]
2627name = " cargo-clippy"
Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.com/rust-lang/rust-clippy.svg?branch=master )] ( https://travis-ci.com/rust-lang/rust-clippy )
44[ ![ Windows Build status] ( https://ci.appveyor.com/api/projects/status/id677xpw1dguo7iw?svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/rust-clippy )
5+ [ ![ Clippy Test] ( https://github.com/rust-lang/rust-clippy/workflows/Clippy%20Test/badge.svg?branch=master&event=push )] ( https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Amaster )
56[ ![ License: MIT OR Apache-2.0] ( https://img.shields.io/crates/l/clippy.svg )] ( #license )
67
78A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust ) code.
You can’t perform that action at this time.
0 commit comments