diff options
| author | bors <bors@rust-lang.org> | 2022-12-10 22:24:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-12-10 22:24:29 +0000 |
| commit | 3b67e6af9ef74ed854184b4e772b8c0141c26ad5 (patch) | |
| tree | 48134690d3ce57c112ab3f9168fb722e78b3a144 | |
| parent | c0130e45df57b65d639f54defa5d6902c14489df (diff) | |
| parent | 55f1698a6caa8ed4f74fa4decb918cbf173d7a44 (diff) | |
| download | rust-3b67e6af9ef74ed854184b4e772b8c0141c26ad5.tar.gz rust-3b67e6af9ef74ed854184b4e772b8c0141c26ad5.zip | |
Auto merge of #10059 - alex-semenyuk:fix_badge_book, r=flip1995
Fix badge Apply this #9734 for book changelog: none
| -rw-r--r-- | book/src/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/README.md b/book/src/README.md index 6248d588a89..23867df8efe 100644 --- a/book/src/README.md +++ b/book/src/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) [](https://github.com/rust-lang/rust-clippy#license) A collection of lints to catch common mistakes and improve your |
