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
315315want Clippy to crash on your code and we want it to be as reliable as the
316316suggestions from Rust compiler errors.
317317
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.
319319- [P-low][p-low]: Requires attention (fix/response/evaluation) by a team member but isn' t urgent.
320320- [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.
322322- [L-sync-blocker][l-sync-blocker]: An issue that "blocks" a sync.
323323Or rather: before the sync this should be addressed,
324324e.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