File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ more details.
100
100
The landing of MIR over the last few releases means that a [ number of
101
101
improvements to compile times] have landed, with more coming in the future.
102
102
103
- [ numer of improvements to compile times] : https://github.com/rust-lang/rust/blob/master/RELEASES.md#compile-time-optimizations
103
+ [ number of improvements to compile times] : https://github.com/rust-lang/rust/blob/master/RELEASES.md#compile-time-optimizations
104
104
105
105
In the language, one small improvement has landed: support for [ RFC 1492] . This small
106
- additional lets you use ` .. ` in more places. Previously, say you had a struct like this:
106
+ addition lets you use ` .. ` in more places. Previously, say you had a struct like this:
107
107
108
108
``` rust
109
109
struct Point {
You can’t perform that action at this time.
0 commit comments