Skip to content

Commit 86ee06b

Browse files
authored
Rollup merge of rust-lang#40222 - steveklabnik:extract-nomicon, r=alexcrichton
Extract nomicon to its own repo part of rust-lang#39588 same as rust-lang#40213 but for the nomicon r? @alexcrichton
2 parents 0decbbf + 4369aee commit 86ee06b

Some content is hidden

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

56 files changed

+4
-5645
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
[submodule "src/liblibc"]
1919
path = src/liblibc
2020
url = https://github.com/rust-lang/libc.git
21+
[submodule "src/doc/nomicon"]
22+
path = src/doc/nomicon
23+
url = https://github.com/rust-lang-nursery/nomicon
2124
[submodule "src/tools/cargo"]
2225
path = src/tools/cargo
2326
url = https://github.com/rust-lang/cargo

src/doc/nomicon

Submodule nomicon added at d08fe97

src/doc/nomicon/src/README.md

-38
This file was deleted.

src/doc/nomicon/src/SUMMARY.md

-55
This file was deleted.

src/doc/nomicon/src/arc-and-mutex.md

-7
This file was deleted.

src/doc/nomicon/src/atomics.md

-255
This file was deleted.

0 commit comments

Comments
 (0)