File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 6c065fc8cb036785f61ff03e05c1563cbb2dd081
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 4acc48310678f67461c8db15f6f9351577a53f09
4
+ refs/heads/snap-stage3: 21ed20baf932dd092cc80b0f4ade38dd7aa7c788
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ Read ["Installing Rust"][install] from [The Book][trpl].
38
38
39
39
When complete, ` make install ` will place several programs into
40
40
` /usr/local/bin ` : ` rustc ` , the Rust compiler, and ` rustdoc ` , the
41
- API-documentation tool.
41
+ API-documentation tool. This install does not include [ Cargo] ,
42
+ Rust's package manager, which you may also want to build.
43
+
44
+ [ Cargo ] : https://github.com/rust-lang/cargo
42
45
43
46
### Building on Windows
44
47
You can’t perform that action at this time.
0 commit comments