Skip to content

Commit 45e2fc3

Browse files
committed
Remove Steve from toolstate failure notices.
They have not been involved in a while.
1 parent 3b1b35b commit 45e2fc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tools/publish_toolstate.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
MAINTAINERS = {
3333
'miri': {'oli-obk', 'RalfJung'},
3434
'rls': {'Xanewok'},
35-
'book': {'carols10cents', 'steveklabnik'},
35+
'book': {'carols10cents'},
3636
'nomicon': {'frewsxcv', 'Gankra', 'JohnTitor'},
37-
'reference': {'steveklabnik', 'Havvy', 'matthewjasper', 'ehuss'},
38-
'rust-by-example': {'steveklabnik', 'marioidival'},
37+
'reference': {'Havvy', 'matthewjasper', 'ehuss'},
38+
'rust-by-example': {'marioidival'},
3939
'embedded-book': {'adamgreig', 'andre-richter', 'jamesmunns', 'therealprof'},
40-
'edition-guide': {'ehuss', 'steveklabnik'},
40+
'edition-guide': {'ehuss'},
4141
'rustc-dev-guide': {'spastorino', 'amanjeev', 'JohnTitor'},
4242
}
4343

0 commit comments

Comments
 (0)