Rollup merge of #40222 - steveklabnik:extract-nomicon, r=alexcrichton

Extract nomicon to its own repo

part of https://github.com/rust-lang/rust/issues/39588

same as https://github.com/rust-lang/rust/pull/40213 but for the nomicon

r? @alexcrichton
This commit is contained in:
Ariel Ben-Yehuda
2017-03-08 20:53:50 +02:00
committed by GitHub
56 changed files with 4 additions and 5645 deletions
+3
View File
@@ -18,6 +18,9 @@
[submodule "src/liblibc"]
path = src/liblibc
url = https://github.com/rust-lang/libc.git
[submodule "src/doc/nomicon"]
path = src/doc/nomicon
url = https://github.com/rust-lang-nursery/nomicon
[submodule "src/tools/cargo"]
path = src/tools/cargo
url = https://github.com/rust-lang/cargo