We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135b686 commit d6f5100Copy full SHA for d6f5100
src/tools/publish_toolstate.py
@@ -22,7 +22,10 @@
22
'nomicon': '@frewsxcv @Gankro',
23
'reference': '@steveklabnik @Havvy @matthewjasper @alercah',
24
'rust-by-example': '@steveklabnik @marioidival @projektir',
25
- 'embedded-book': '@adamgreig @andre-richter @jamesmunns @korken89 @ryankurte @thejpster @therealprof',
+ 'embedded-book': (
26
+ '@adamgreig @andre-richter @jamesmunns @korken89 '
27
+ '@ryankurte @thejpster @therealprof'
28
+ ),
29
}
30
31
REPOS = {
0 commit comments