Skip to content

Commit 9a6cfb2

Browse files
committed
Don't count unsound as critical.
1 parent adf2508 commit 9a6cfb2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ impl Generator {
8888
IssueQuery::new("Critical")
8989
.labels(&["T-libs", "P-critical"])
9090
.labels(&["T-libs-api", "P-critical"])
91-
.labels(&["T-libs", "I-unsound"])
92-
.labels(&["T-libs-api", "I-unsound"])
9391
.repo("rust-lang/rust")
9492
.repo("rust-lang/rfcs")
9593
.write(&mut self)?;

0 commit comments

Comments
 (0)