Skip to content

Commit 143193b

Browse files
Rollup merge of rust-lang#56148 - mark-i-m:rustc-guide-submodule, r=nikomatsakis
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
2 parents c23e4ea + a1865ed commit 143193b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@
6262
url = https://github.com/rust-lang-nursery/clang.git
6363
branch = rust-release-80-v1
6464

65+
[submodule "src/doc/rustc-guide"]
66+
path = src/doc/rustc-guide
67+
url = https://github.com/rust-lang/rustc-guide.git

src/doc/rustc-guide

Submodule rustc-guide added at 3a80495

0 commit comments

Comments
 (0)