diff options
| author | lolbinarycat <binarycat@envs.net> | 2025-07-24 14:10:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-24 14:10:12 -0500 |
| commit | a19b46d745cc2ef4d6fbff32119a3a9331bda8e1 (patch) | |
| tree | 2beeb020dc046c77a08c44c68b268498ca595590 | |
| parent | 6017fe65968cbe044e1f9a0638376e788829736b (diff) | |
| download | rust-a19b46d745cc2ef4d6fbff32119a3a9331bda8e1.tar.gz rust-a19b46d745cc2ef4d6fbff32119a3a9331bda8e1.zip | |
fix markdown
Co-authored-by: Philipp Krones <hello@philkrones.com>
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new_lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/new_lint.yml b/.github/ISSUE_TEMPLATE/new_lint.yml index 49a616d94f8..4c9e18b2b91 100644 --- a/.github/ISSUE_TEMPLATE/new_lint.yml +++ b/.github/ISSUE_TEMPLATE/new_lint.yml @@ -60,7 +60,7 @@ body: You can also look through the list of [rustc's allowed-by-default lints][allowed-by-default], as those won't show up in the playground above. - [allowed-by-default](https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html) + [allowed-by-default]: https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html [playground]: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2024&code=%23%21%5Bwarn%28clippy%3A%3Apedantic%29%5D%0A%23%21%5Bwarn%28clippy%3A%3Anursery%29%5D%0A%23%21%5Bwarn%28clippy%3A%3Arestriction%29%5D%0A%23%21%5Bwarn%28clippy%3A%3Aall%29%5D%0A%23%21%5Ballow%28clippy%3A%3Ablanket_clippy_restriction_lints%2C+reason+%3D+%22testing+to+see+if+any+restriction+lints+match+given+code%22%29%5D%0A%0A%2F%2F%21+Template+that+can+be+used+to+see+what+clippy+lints+a+given+piece+of+code+would+trigger placeholder: Unlike `clippy::...`, the proposed lint would... |
