Skip to content

Commit 5f95dd0

Browse files
committed
---
yaml --- r: 121798 b: refs/heads/snap-stage3 c: a8ddab4 h: refs/heads/master v: v3
1 parent d9cc72a commit 5f95dd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: d0983872efeea757600031a081a2eff9676fe895
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 1d574c17311e98e2a908406d306c32a780396147
4+
refs/heads/snap-stage3: a8ddab4f25a2ba4539f405d8067dcba1cfc62267
55
refs/heads/try: 18dc3bc9e3314a250c0718ab329938e676410cdf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/doc/guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The first step to using Rust is to install it! There are a number of ways to
2929
install Rust, but the easiest is to use the the `rustup` script. If you're on
3030
Linux or a Mac, All you need to do is this:
3131

32-
```
32+
```{ignore}
3333
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh
3434
```
3535

@@ -43,7 +43,7 @@ If you decide you don't want Rust anymore, we'll be a bit sad, but that's okay.
4343
Not every programming language is great for everyone. Just pass an argument to
4444
the script:
4545

46-
```
46+
```{ignore}
4747
$ curl -s http://www.rust-lang.org/rustup.sh | sudo sh -s -- --uninstall
4848
```
4949

@@ -82,13 +82,13 @@ commit is tested against Windows just like any other platform.
8282

8383
If you've got Rust installed, you can open up a shell, and type this:
8484

85-
```
85+
```{ignore}
8686
$ rustc --version
8787
```
8888

8989
You should see some output that looks something like this:
9090

91-
```
91+
```{ignore}
9292
rustc 0.11.0-pre (443a1cd 2014-06-08 14:56:52 -0700)
9393
host: x86_64-unknown-linux-gnu
9494
```

0 commit comments

Comments
 (0)