Skip to content

Commit de6f213

Browse files
committed
Restore missing line breaks in doc/index.html
a30d61b removed all of the trailing whitespace in doc/index.md. Unfortunately, that trailing whitespace was actually markdown syntax for line breaks.
1 parent 110e5dd commit de6f213

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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)