Skip to content

Commit

Permalink
Rollup merge of rust-lang#56148 - mark-i-m:rustc-guide-submodule, r=n…
Browse files Browse the repository at this point in the history
…ikomatsakis

Add rustc-guide as a submodule

Adding this as a submodule will allow two things:
- Linking to the guide from doc.rlo
- Doing a link check as part of the rust CI build

Key question: Do we want to wait for the book to be filled out more? e.g. do we ever want to move it out of the nursery?

r? @nikomatsakis

cc @steveklabnik
  • Loading branch information
pietroalbini committed Nov 28, 2018
2 parents d9b5980 + a1865ed commit 5503033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@
url = https://github.com/rust-lang-nursery/clang.git
branch = rust-release-80-v1

[submodule "src/doc/rustc-guide"]
path = src/doc/rustc-guide
url = https://github.com/rust-lang/rustc-guide.git
1 change: 1 addition & 0 deletions src/doc/rustc-guide
Submodule rustc-guide added at 3a8049

0 comments on commit 5503033

Please sign in to comment.