Skip to content

Commit aa1839b

Browse files
committed
auto merge of #11364 : brson/rust/docs, r=alexcrichton
This reorganizes the documentation index to be more focused on the in-tree docs, and to clean up the style, and it also adds @steveklabnik's pointer guide.
2 parents 4329fc6 + 280553c commit aa1839b

File tree

7 files changed

+537
-158
lines changed

7 files changed

+537
-158
lines changed

configure

+2-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,8 @@ do
801801
make_dir $h/test/doc-tutorial
802802
make_dir $h/test/doc-guide-ffi
803803
make_dir $h/test/doc-guide-macros
804-
make_dir $h/test/doc-guide-borrowed-ptr
804+
make_dir $h/test/doc-guide-lifetimes
805+
make_dir $h/test/doc-guide-pointers
805806
make_dir $h/test/doc-guide-container
806807
make_dir $h/test/doc-guide-tasks
807808
make_dir $h/test/doc-guide-conditions
File renamed without changes.

0 commit comments

Comments
 (0)