File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/tmp/src/doc/trpl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
32
32
refs/heads/beta: 4efc4ec178f6ddf3c8cd268b011f3a04056f9d16
33
33
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
34
34
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35
- refs/heads/tmp: 1ece0058382c234dc64ce596eb62b1f636632566
35
+ refs/heads/tmp: aaf1983a5688683fa7514f273b86c030e9c7b92a
36
36
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
37
37
refs/tags/homu-tmp: bea1c4a78e5233ea6f85a2028a26e08c26635fca
38
38
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Note that assigning to an already-bound variable (e.g. `y = 5`) is still an
145
145
expression, although its value is not particularly useful. Unlike other
146
146
languages where an assignment evaluates to the assigned value (e.g. ` 5 ` in the
147
147
previous example), in Rust the value of an assignment is an empty tuple ` () `
148
- because the assigned value can have ( just one owner) [ ownership.html] , and any
148
+ because the assigned value can have [ just one owner] ( ownership.html ) , and any
149
149
other returned value would be too surprising:
150
150
151
151
``` rust
You can’t perform that action at this time.
0 commit comments