Skip to content

Commit e9a5e2f

Browse files
committed
Don't put items on libs agenda that show on libs-api agenda.
1 parent 6588ba9 commit e9a5e2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/agenda-generator/src/generator.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ impl Generator {
142142
.labels(&["T-libs-api", "regression-from-stable-to-beta"])
143143
.labels(&["T-libs", "regression-from-stable-to-nightly"])
144144
.labels(&["T-libs-api", "regression-from-stable-to-nightly"])
145+
.exclude_labels(&["T-libs-api", "I-nominated"])
145146
.repo("rust-lang/rust")
146147
.repo("rust-lang/rfcs")
147148
.write(&mut self)?;

0 commit comments

Comments
 (0)