diff options
| author | bors <bors@rust-lang.org> | 2019-07-06 18:19:01 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-06 18:19:01 +0000 | 
| commit | dfd52ba6ac2262c6b61c59ec86bfd23e4e53d3de (patch) | |
| tree | 9585cb8e0899c0961c72a1678d337825d28d66e7 /src/tools/publish_toolstate.py | |
| parent | 254f2014954bd66da206232490824975c0c662f1 (diff) | |
| parent | b5cd962be8961a269aa92513cefca2154b20a506 (diff) | |
| download | rust-dfd52ba6ac2262c6b61c59ec86bfd23e4e53d3de.tar.gz rust-dfd52ba6ac2262c6b61c59ec86bfd23e4e53d3de.zip | |
Auto merge of #59772 - andrehjr:add-rustc-guide-to-toolstate, r=mark-i-m
Add rustc guide to toolstate Closes #59597
Diffstat (limited to 'src/tools/publish_toolstate.py')
| -rwxr-xr-x | src/tools/publish_toolstate.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/tools/publish_toolstate.py b/src/tools/publish_toolstate.py index d5dff1dcae0..3f876b04fbe 100755 --- a/src/tools/publish_toolstate.py +++ b/src/tools/publish_toolstate.py @@ -28,6 +28,7 @@ MAINTAINERS = { '@ryankurte @thejpster @therealprof' ), 'edition-guide': '@ehuss @Centril @steveklabnik', + 'rustc-guide': '@mark-i-m' } REPOS = { @@ -41,6 +42,7 @@ REPOS = { 'rust-by-example': 'https://github.com/rust-lang/rust-by-example', 'embedded-book': 'https://github.com/rust-embedded/book', 'edition-guide': 'https://github.com/rust-lang-nursery/edition-guide', + 'rustc-guide': 'https://github.com/rust-lang/rustc-guide', } | 
