File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: faacbb38f01940c8b25b15947af7b5ea3a8dcb02
2
+ refs/heads/master: f322dd1510551978a119aaaed423e7f1f33937f8
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -167,16 +167,14 @@ programs. The `use std` directive that appears at the top of a lot of
167
167
examples imports the [ standard library] [ std ] . This is described in more
168
168
detail [ later on] ( #modules-and-crates ) .
169
169
170
- [ std ] : http://doc.rust-lang.org/doc/std/index/General.html
170
+ [ std ] : http://doc.rust-lang.org/doc/std
171
171
172
172
## Editing Rust code
173
173
174
174
There are Vim highlighting and indentation scripts in the Rust source
175
175
distribution under ` src/etc/vim/ ` , and an emacs mode under
176
176
` src/etc/emacs/ ` .
177
177
178
- [ rust-mode ] : https://github.com/marijnh/rust-mode
179
-
180
178
Other editors are not provided for yet. If you end up writing a Rust
181
179
mode for your favorite editor, let us know so that we can link to it.
182
180
@@ -1769,7 +1767,7 @@ Rust program, unless the `--no-core` compiler switch is given.
1769
1767
1770
1768
This library is documented [ here] [ core ] .
1771
1769
1772
- [ core ] : http://doc.rust-lang.org/doc/core/index/General.html
1770
+ [ core ] : http://doc.rust-lang.org/doc/core
1773
1771
1774
1772
## A minimal example
1775
1773
You can’t perform that action at this time.
0 commit comments