Skip to content

Commit

Permalink
auto merge of #18613 : steveklabnik/rust/ownership_guide, r=huonw
Browse files Browse the repository at this point in the history
This is a work in progress, but this should get *extensive* review, so I'm putting it up early and often.

This is the start of a draft of the new 'ownership guide,' which explains ownership, borrowing, etc. I'm feeling better about this framing than last time's, but we'll see.
  • Loading branch information
bors committed Dec 4, 2014
2 parents 207a508 + 7213704 commit 3c89031
Show file tree
Hide file tree
Showing 8 changed files with 463 additions and 574 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1044,7 +1044,7 @@ do
make_dir $h/test/doc-guide-ffi
make_dir $h/test/doc-guide-runtime
make_dir $h/test/doc-guide-macros
make_dir $h/test/doc-guide-lifetimes
make_dir $h/test/doc-guide-ownership
make_dir $h/test/doc-guide-pointers
make_dir $h/test/doc-guide-container
make_dir $h/test/doc-guide-tasks
Expand Down
2 changes: 1 addition & 1 deletion mk/docs.mk
Expand Up @@ -25,7 +25,7 @@
# L10N_LANGS are the languages for which the docs have been
# translated.
######################################################################
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
DOCS := index intro tutorial guide guide-ffi guide-macros guide-ownership \
guide-tasks guide-container guide-pointers guide-testing \
guide-plugin guide-crates complement-bugreport guide-error-handling \
complement-lang-faq complement-design-faq complement-project-faq \
Expand Down

0 comments on commit 3c89031

Please sign in to comment.