File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,10 +315,10 @@ an ICE in a popular crate that many other crates depend on. We don't
315
315
want Clippy to crash on your code and we want it to be as reliable as the
316
316
suggestions from Rust compiler errors.
317
317
318
- We have prioritization labels and sync-blocker label like below.
318
+ We have prioritization labels and a sync-blocker label, which are described below.
319
319
- [P-low][p-low]: Requires attention (fix/response/evaluation) by a team member but isn' t urgent.
320
320
- [P-medium][p-medium]: Should be addressed by a team member until the next sync.
321
- - [P-high][p-high]: Should be immediately addressed and will require a out-of-cycle sync or a backport.
321
+ - [P-high][p-high]: Should be immediately addressed and will require an out-of-cycle sync or a backport.
322
322
- [L-sync-blocker][l-sync-blocker]: An issue that "blocks" a sync.
323
323
Or rather: before the sync this should be addressed,
324
324
e.g. by removing a lint again, so it doesn' t hit beta/stable.
You can’t perform that action at this time.
0 commit comments