Skip to content

Commit b5d0a4e

Browse files
committed
---
yaml --- r: 98046 b: refs/heads/master c: de6f213 h: refs/heads/master v: v3
1 parent 684ba1e commit b5d0a4e

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 110e5dd1ac5fc1ac83f803560f0d2e65b77d7a49
2+
refs/heads/master: de6f213927f4b4040a970b19cd5060698fb6731f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/doc/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
.header-section-number { display: none; }
77
</style>
88

9-
[The Rust tutorial](tutorial.html) ([PDF](tutorial.pdf))
10-
[The Rust reference manual](rust.html) ([PDF](rust.pdf))
9+
[The Rust tutorial](tutorial.html) ([PDF](tutorial.pdf))
10+
[The Rust reference manual](rust.html) ([PDF](rust.pdf))
1111

1212
# Guides
1313

14-
[Pointers](guide-pointers.html)
15-
[References and Lifetimes](guide-lifetimes.html)
16-
[Containers and Iterators](guide-container.html)
17-
[Tasks and Communication](guide-tasks.html)
18-
[Foreign Function Interface](guide-ffi.html)
19-
[Macros](guide-macros.html)
20-
[Packaging](guide-rustpkg.html)
21-
[Testing](guide-testing.html)
14+
[Pointers](guide-pointers.html)
15+
[References and Lifetimes](guide-lifetimes.html)
16+
[Containers and Iterators](guide-container.html)
17+
[Tasks and Communication](guide-tasks.html)
18+
[Foreign Function Interface](guide-ffi.html)
19+
[Macros](guide-macros.html)
20+
[Packaging](guide-rustpkg.html)
21+
[Testing](guide-testing.html)
2222
[Conditions](guide-conditions.html)
2323

2424
# Libraries
2525

26-
[The standard library, `libstd`](std/index.html)
26+
[The standard library, `libstd`](std/index.html)
2727
[The extra library, `libextra`](extra/index.html)
2828

29-
[The M:N runtime library, `libgreen`](green/index.html)
29+
[The M:N runtime library, `libgreen`](green/index.html)
3030
[The 1:1 runtime library, `libnative`](native/index.html)
3131

3232
[The Rust packaging library, `librustpkg`](rustpkg/index.html)
3333

34-
[The Rust parser, `libsyntax`](syntax/index.html)
34+
[The Rust parser, `libsyntax`](syntax/index.html)
3535
[The Rust compiler, `librustc`](rustc/index.html)
3636

3737
# Tooling
@@ -40,14 +40,14 @@
4040

4141
# FAQs
4242

43-
[Language FAQ](complement-lang-faq.html)
44-
[Project FAQ](complement-project-faq.html)
45-
[Usage FAQ](complement-usage-faq.html)
46-
[Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"
43+
[Language FAQ](complement-lang-faq.html)
44+
[Project FAQ](complement-project-faq.html)
45+
[Usage FAQ](complement-usage-faq.html)
46+
[Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"
4747
[How to submit a bug report](complement-bugreport.html)
4848

4949
# External resources
5050

51-
The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org
52-
The Rust community on [Reddit](http://reddit.com/r/rust)
51+
The Rust [IRC channel](http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust) - `#rust` on irc.mozilla.org
52+
The Rust community on [Reddit](http://reddit.com/r/rust)
5353
The Rust [wiki](http://github.com/mozilla/rust/wiki)

0 commit comments

Comments
 (0)