File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 40571ec0b30ee5a43844b4426173a85e22dd69fb
2
+ refs/heads/master: 336dd6c8f03db7d70731da18d89040b1cb7d4765
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: f1bb6c2f46f08c1d7b6d695f5b3cf93142cb8860
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ This line does all of the work in our little program. There are a number of
89
89
details that are important here. The first is that it's indented with four
90
90
spaces, not tabs. Please configure your editor of choice to insert four spaces
91
91
with the tab key. We provide some [ sample configurations for various
92
- editors] ( https://github.com/rust-lang/rust/tree/master/src/etc ) .
92
+ editors] ( https://github.com/rust-lang/rust/tree/master/src/etc/CONFIGS.md ) .
93
93
94
94
The second point is the ` println!() ` part. This is calling a Rust * macro* ,
95
95
which is how metaprogramming is done in Rust. If it were a function instead, it
You can’t perform that action at this time.
0 commit comments