Skip to content

Commit 03887e9

Browse files
committed
---
yaml --- r: 161484 b: refs/heads/snap-stage3 c: 361baab h: refs/heads/master v: v3
1 parent da0bd79 commit 03887e9

Some content is hidden

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

72 files changed

+1518
-957
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 4eb72d268f337a8f117c86a2ac1b98336cab9e9d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3980cdecd073789fb5ff7256e2ca40685a289b01
4+
refs/heads/snap-stage3: 361baabb07b2fb921d0f556d0787b3ea7ef86746
55
refs/heads/try: 0f0d21c1eb5c7be04d323e0b06faf252ad790af6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ do
10441044
make_dir $h/test/doc-guide-ffi
10451045
make_dir $h/test/doc-guide-runtime
10461046
make_dir $h/test/doc-guide-macros
1047-
make_dir $h/test/doc-guide-lifetimes
1047+
make_dir $h/test/doc-guide-ownership
10481048
make_dir $h/test/doc-guide-pointers
10491049
make_dir $h/test/doc-guide-container
10501050
make_dir $h/test/doc-guide-tasks

branches/snap-stage3/mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# L10N_LANGS are the languages for which the docs have been
2626
# translated.
2727
######################################################################
28-
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
28+
DOCS := index intro tutorial guide guide-ffi guide-macros guide-ownership \
2929
guide-tasks guide-container guide-pointers guide-testing \
3030
guide-plugin guide-crates complement-bugreport guide-error-handling \
3131
complement-lang-faq complement-design-faq complement-project-faq \

0 commit comments

Comments
 (0)