We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf2508 commit 9a6cfb2Copy full SHA for 9a6cfb2
tools/agenda-generator/src/generator.rs
@@ -88,8 +88,6 @@ impl Generator {
88
IssueQuery::new("Critical")
89
.labels(&["T-libs", "P-critical"])
90
.labels(&["T-libs-api", "P-critical"])
91
- .labels(&["T-libs", "I-unsound"])
92
- .labels(&["T-libs-api", "I-unsound"])
93
.repo("rust-lang/rust")
94
.repo("rust-lang/rfcs")
95
.write(&mut self)?;
0 commit comments