Skip to content

Commit b2321e0

Browse files
authored
Merge pull request #2261 from apiraino/remove-tcore-vestiges
Remove last vestiges of T-core
2 parents 6be41b9 + 7cc9d77 commit b2321e0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/agenda.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

templates/prioritization_agenda.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)