Skip to content

Commit 74a2c63

Browse files
committed
---
yaml --- r: 12005 b: refs/heads/master c: f322dd1 h: refs/heads/master i: 12003: f29603a v: v3
1 parent d94eedd commit 74a2c63

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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: faacbb38f01940c8b25b15947af7b5ea3a8dcb02
2+
refs/heads/master: f322dd1510551978a119aaaed423e7f1f33937f8
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/doc/tutorial.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,14 @@ programs. The `use std` directive that appears at the top of a lot of
167167
examples imports the [standard library][std]. This is described in more
168168
detail [later on](#modules-and-crates).
169169

170-
[std]: http://doc.rust-lang.org/doc/std/index/General.html
170+
[std]: http://doc.rust-lang.org/doc/std
171171

172172
## Editing Rust code
173173

174174
There are Vim highlighting and indentation scripts in the Rust source
175175
distribution under `src/etc/vim/`, and an emacs mode under
176176
`src/etc/emacs/`.
177177

178-
[rust-mode]: https://github.com/marijnh/rust-mode
179-
180178
Other editors are not provided for yet. If you end up writing a Rust
181179
mode for your favorite editor, let us know so that we can link to it.
182180

@@ -1769,7 +1767,7 @@ Rust program, unless the `--no-core` compiler switch is given.
17691767

17701768
This library is documented [here][core].
17711769

1772-
[core]: http://doc.rust-lang.org/doc/core/index/General.html
1770+
[core]: http://doc.rust-lang.org/doc/core
17731771

17741772
## A minimal example
17751773

0 commit comments

Comments
 (0)