Skip to content

Commit 83cbaf5

Browse files
committed
Auto merge of #40213 - steveklabnik:extract-reference, r=alexcrichton
Move the reference into a submodule Part of #39588 This moves the reference out into its own submodule. Right now, it's under my own account; I would assume that it should go under `rust-lang`, but I guess there's an argument for the nursery too? I can fix that up before we commit it. r? @alexcrichton @brson
2 parents 27918f3 + 846f59f commit 83cbaf5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4
-5316
lines changed

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121
[submodule "src/tools/cargo"]
2222
path = src/tools/cargo
2323
url = https://github.com/rust-lang/cargo
24+
[submodule "reference"]
25+
path = src/doc/reference
26+
url = https://github.com/rust-lang-nursery/reference.git

Diff for: src/doc/reference

Submodule reference added at 2d23ea6

Diff for: src/doc/reference/.gitignore

-1
This file was deleted.

Diff for: src/doc/reference/src/SUMMARY.md

-58
This file was deleted.

0 commit comments

Comments
 (0)