File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,6 @@ pub fn prioritization() -> Box<dyn Action> {
420420 "T-libs-api" ,
421421 "T-release" ,
422422 "T-rustdoc" ,
423- "T-core" ,
424423 ] ,
425424 } ) ,
426425 } ,
@@ -436,7 +435,6 @@ pub fn prioritization() -> Box<dyn Action> {
436435 "T-libs-api" ,
437436 "T-release" ,
438437 "T-rustdoc" ,
439- "T-core" ,
440438 ] ,
441439 } ) ,
442440 } ,
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ note_id: xxx
7979
8080### P-high regressions
8181
82- [P-high beta regressions](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+label%3AP-high+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc+-label%3AT-core )
82+ [P-high beta regressions](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-beta+label%3AP-high+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc)
8383{{-issues::render(issues=beta_regressions_p_high, empty="No `P-high` beta regressions this time.")}}
8484
85- [Unassigned P-high nightly regressions](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+label%3AP-high+no%3Aassignee+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc+-label%3AT-core+ )
85+ [Unassigned P-high nightly regressions](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Aregression-from-stable-to-nightly+label%3AP-high+no%3Aassignee+-label%3AT-infra+-label%3AT-libs+-label%3AT-libs-api+-label%3AT-release+-label%3AT-rustdoc)
8686{{-issues::render(issues=nightly_regressions_unassigned_p_high, empty="No unassigned `P-high` nightly regressions this time.")}}
8787
8888## Performance logs
You can’t perform that action at this time.
0 commit comments