Skip to content

Commit

Permalink
Rollup merge of rust-lang#40213 - steveklabnik:extract-reference, r=a…
Browse files Browse the repository at this point in the history
…lexcrichton

Move the reference into a submodule

Part of rust-lang#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
  • Loading branch information
frewsxcv committed Mar 3, 2017
2 parents 8691453 + 52f3dc1 commit 478b8e2
Show file tree
Hide file tree
Showing 49 changed files with 4 additions and 5,316 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
[submodule "src/liblibc"]
path = src/liblibc
url = https://github.com/rust-lang/libc.git
[submodule "reference"]
path = src/doc/reference
url = https://github.com/rust-lang-nursery/reference.git
1 change: 1 addition & 0 deletions src/doc/reference
Submodule reference added at 2d23ea
1 change: 0 additions & 1 deletion src/doc/reference/.gitignore

This file was deleted.

58 changes: 0 additions & 58 deletions src/doc/reference/src/SUMMARY.md

This file was deleted.

Loading

0 comments on commit 478b8e2

Please sign in to comment.