Skip to content

Commit

Permalink
Rollup merge of rust-lang#40222 - steveklabnik:extract-nomicon, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton

Extract nomicon to its own repo

part of rust-lang#39588

same as rust-lang#40213 but for the nomicon

r? @alexcrichton
  • Loading branch information
frewsxcv committed Mar 8, 2017
2 parents 0decbbf + 4369aee commit 86ee06b
Show file tree
Hide file tree
Showing 56 changed files with 4 additions and 5,645 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/doc/nomicon
Submodule nomicon added at d08fe9
38 changes: 0 additions & 38 deletions src/doc/nomicon/src/README.md

This file was deleted.

55 changes: 0 additions & 55 deletions src/doc/nomicon/src/SUMMARY.md

This file was deleted.

7 changes: 0 additions & 7 deletions src/doc/nomicon/src/arc-and-mutex.md

This file was deleted.

255 changes: 0 additions & 255 deletions src/doc/nomicon/src/atomics.md

This file was deleted.

Loading

0 comments on commit 86ee06b

Please sign in to comment.