Skip to content

Commit adf2508

Browse files
committed
Remove bugs.
1 parent 416aae8 commit adf2508

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,6 @@ impl Generator {
134134
.repo("rust-lang/rfcs")
135135
.write(&mut self)?;
136136

137-
IssueQuery::new("Bugs")
138-
.labels(&["T-libs", "C-bug"])
139-
.labels(&["T-libs-api", "C-bug"])
140-
.repo("rust-lang/rust")
141-
.repo("rust-lang/rfcs")
142-
.write(&mut self)?;
143-
144137
writeln!(&mut self.agenda,
145138
"## Actions
146139

0 commit comments

Comments
 (0)