Skip to content

Commit cdc4ee3

Browse files
committed
---
yaml --- r: 152860 b: refs/heads/try2 c: a8ddab4 h: refs/heads/master v: v3
1 parent ad32abd commit cdc4ee3

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 1d574c17311e98e2a908406d306c32a780396147
8+
refs/heads/try2: a8ddab4f25a2ba4539f405d8067dcba1cfc62267
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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)