Skip to content

Commit cee14d8

Browse files
committed
Auto merge of rust-lang#75450 - pietroalbini:fix-toolstate, r=pietroalbini
Remove embedded-resources alumni from toolstate Some people left the embedded-resources working group (rust-lang/team#401), making them unassignable in toolstate issues. This PR removes them from the toolstate assignees list, fixing CI.
2 parents 5989bf4 + 8345f32 commit cee14d8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/tools/publish_toolstate.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
'nomicon': {'frewsxcv', 'Gankra'},
3232
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},
3333
'rust-by-example': {'steveklabnik', 'marioidival'},
34-
'embedded-book': {
35-
'adamgreig', 'andre-richter', 'jamesmunns', 'korken89',
36-
'ryankurte', 'thejpster', 'therealprof',
37-
},
34+
'embedded-book': {'adamgreig', 'andre-richter', 'jamesmunns', 'therealprof'},
3835
'edition-guide': {'ehuss', 'steveklabnik'},
3936
'rustc-dev-guide': {'mark-i-m', 'spastorino', 'amanjeev', 'JohnTitor'},
4037
}

0 commit comments

Comments
 (0)