@@ -84,7 +84,7 @@ supported build environments that are most likely to work.
84
84
> know.
85
85
86
86
[ bug-3319 ] : https://github.com/mozilla/rust/issues/3319
87
- [ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
87
+ [ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
88
88
89
89
To build from source you will also need the following prerequisite
90
90
packages:
@@ -118,7 +118,6 @@ API-documentation tool; `rustpkg`, the Rust package manager;
118
118
` rusti ` , the Rust REPL; and ` rust ` , a tool which acts both as a unified
119
119
interface for them, and for a few common command line scenarios.
120
120
121
- [ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
122
121
[ tarball ] : http://static.rust-lang.org/dist/rust-0.7.tar.gz
123
122
[ win-exe ] : http://static.rust-lang.org/dist/rust-0.7-install.exe
124
123
@@ -410,8 +409,6 @@ println(fmt!("what is this thing: %?", mystery_object));
410
409
411
410
You can define your own syntax extensions with the macro system. For details, see the [ macro tutorial] [ macros ] .
412
411
413
- [ macros ] : tutorial-macros.html
414
-
415
412
# Control structures
416
413
417
414
## Conditionals
@@ -1517,8 +1514,6 @@ closures, but they also own them: that is, no other code can access
1517
1514
them. Owned closures are used in concurrent code, particularly
1518
1515
for spawning [ tasks] [ tasks ] .
1519
1516
1520
- [ tasks ] : tutorial-tasks.html
1521
-
1522
1517
## Closure compatibility
1523
1518
1524
1519
Rust closures have a convenient subtyping property: you can pass any kind of
@@ -2543,9 +2538,4 @@ There is further documentation on the [wiki].
2543
2538
[ ffi ] : tutorial-ffi.html
2544
2539
2545
2540
[ wiki ] : https://github.com/mozilla/rust/wiki/Docs
2546
- [ unit testing ] : https://github.com/mozilla/rust/wiki/Doc-unit-testing
2547
- [ rustdoc ] : https://github.com/mozilla/rust/wiki/Doc-using-rustdoc
2548
- [ cargo ] : https://github.com/mozilla/rust/wiki/Doc-using-cargo-to-manage-packages
2549
- [ attributes ] : https://github.com/mozilla/rust/wiki/Doc-attributes
2550
2541
2551
- [ pound-rust ] : http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
0 commit comments