diff options
| author | bors <bors@rust-lang.org> | 2023-07-17 07:47:23 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-17 07:47:23 +0000 |
| commit | 91095334bf4d0906b4e7af41e236bf971ac2f445 (patch) | |
| tree | e47044133f5d7aba64e8602833da0cb430c61d97 /src | |
| parent | d9c24d1b1ee61f276e550b967409c9f155eac4e3 (diff) | |
| parent | f928d7821184dff5ab648594a2b6c13f59a32fba (diff) | |
| download | rust-91095334bf4d0906b4e7af41e236bf971ac2f445.tar.gz rust-91095334bf4d0906b4e7af41e236bf971ac2f445.zip | |
Auto merge of #11168 - xFrednet:00000-free-ice-cream, r=flip1995
Update bug URL to use the ice template The previous URL linked to the blank new issue from without any template. This will now link to the ICE template :) * Before: https://github.com/rust-lang/rust-clippy/issues/new * After: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml That's it, nothing too interesting besides that. For everyone reading this: here, have some free cream :ice_cream: :icecream: and have a beautiful day. :upside_down_face: changelog: none
Diffstat (limited to 'src')
| -rw-r--r-- | src/driver.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.rs b/src/driver.rs index ee17feed77a..1d89477dcc1 100644 --- a/src/driver.rs +++ b/src/driver.rs @@ -192,7 +192,7 @@ You can use tool lints to allow or deny lints from your code, eg.: ); } -const BUG_REPORT_URL: &str = "https://github.com/rust-lang/rust-clippy/issues/new"; +const BUG_REPORT_URL: &str = "https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml"; #[allow(clippy::too_many_lines)] pub fn main() { |
