Skip to content

Commit 19dc8a8

Browse files
committed
Style improvement
1 parent d153e13 commit 19dc8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/macros/macro-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ macro_rules! warn {
155155
// ...
156156
```
157157

158-
However, this will not work for older versions of the compiler, that don't understand the
158+
However, this will not work for older versions of the compiler that don't understand the
159159
`$crate::` prefix for macros.
160160

161161
#### Macros using `local_inner_macros`

0 commit comments

Comments
 (0)