Skip to content

Commit d8a6ccf

Browse files
committed
Track rustc-guide on toolstate
1 parent 8387777 commit d8a6ccf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/ci/docker/x86_64-gnu-tools/checktools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ status_check() {
8888
# these tools are not required for beta to successfully branch
8989
check_dispatch $1 nightly miri src/tools/miri
9090
check_dispatch $1 nightly embedded-book src/doc/embedded-book
91+
check_dispatch $1 nightly rustc-guide src/doc/rustc-guide
9192
}
9293

9394
# If this PR is intended to update one of these tools, do not let the build pass

src/tools/publish_toolstate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
'@ryankurte @thejpster @therealprof'
2929
),
3030
'edition-guide': '@ehuss @Centril @steveklabnik',
31+
'rustc-guide': '@mark-i-m'
3132
}
3233

3334
REPOS = {
@@ -41,6 +42,7 @@
4142
'rust-by-example': 'https://github.com/rust-lang/rust-by-example',
4243
'embedded-book': 'https://github.com/rust-embedded/book',
4344
'edition-guide': 'https://github.com/rust-lang-nursery/edition-guide',
45+
'rustc-guide': 'https://github.com/rust-lang/rustc-guide',
4446
}
4547

4648

0 commit comments

Comments
 (0)