File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed 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