Skip to content

Commit f3b1dd6

Browse files
committed
Fix labels
1 parent 197d58d commit f3b1dd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ currently. Between writing new lints, fixing issues, reviewing pull requests and
199199
responding to issues there may not always be enough time to stay on top of it
200200
all.
201201

202-
Our highest priority is fixing [crashes][l-crash] and [bugs][l-bug], for example
202+
Our highest priority is fixing [ICEs][I-ICE] and [bugs][C-bug], for example
203203
an ICE in a popular crate that many other crates depend on. We don't
204204
want Clippy to crash on your code and we want it to be as reliable as the
205205
suggestions from Rust compiler errors.
@@ -213,8 +213,8 @@ Or rather: before the sync this should be addressed,
213213
e.g. by removing a lint again, so it doesn't hit beta/stable.
214214

215215
[triage]: https://forge.rust-lang.org/release/triage-procedure.html
216-
[l-crash]: https://github.com/rust-lang/rust-clippy/labels/L-crash
217-
[l-bug]: https://github.com/rust-lang/rust-clippy/labels/L-bug
216+
[I-ICE]: https://github.com/rust-lang/rust-clippy/labels/I-ICE
217+
[C-bug]: https://github.com/rust-lang/rust-clippy/labels/C-bug
218218
[p-low]: https://github.com/rust-lang/rust-clippy/labels/P-low
219219
[p-medium]: https://github.com/rust-lang/rust-clippy/labels/P-medium
220220
[p-high]: https://github.com/rust-lang/rust-clippy/labels/P-high

0 commit comments

Comments
 (0)