diff options
| author | bors <bors@rust-lang.org> | 2022-10-31 00:15:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-31 00:15:57 +0000 |
| commit | 60d171873a761feeb2270be248a944a65fa658aa (patch) | |
| tree | 2265b61348d93abd77b2f4ef45fd908e15c4f1ee | |
| parent | 00610b30f90f657863c8f092d772d05d52087938 (diff) | |
| parent | 1bfbd3dd60e0016c046db6bfb4be8ae5136cb3cc (diff) | |
| download | rust-60d171873a761feeb2270be248a944a65fa658aa.tar.gz rust-60d171873a761feeb2270be248a944a65fa658aa.zip | |
Auto merge of #9734 - alex-semenyuk:badge, r=giraffate
Fix Clippy Test badge Clippy test badge always shows "no status" message. Fix it for showing real status changelog: none
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 8a9e8f20bff..f74de7de42b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Clippy -[](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test%22+event%3Apush+branch%3Aauto) +[/badge.svg?branch=auto&event=push)](https://github.com/rust-lang/rust-clippy/actions?query=workflow%3A%22Clippy+Test+(bors)%22+event%3Apush+branch%3Aauto) [](#license) A collection of lints to catch common mistakes and improve your [Rust](https://github.com/rust-lang/rust) code. |
