Rollup merge of #21612 - bombless:patch-3, r=alexcrichton
This commit is contained in:
commit
54cdae693c
1 changed files with 2 additions and 2 deletions
|
|
@ -2219,7 +2219,7 @@ For any lint check `C`:
|
|||
|
||||
The lint checks supported by the compiler can be found via `rustc -W help`,
|
||||
along with their default settings. [Compiler
|
||||
plugins](book/plugin.html#lint-plugins) can provide additional lint checks.
|
||||
plugins](book/plugins.html#lint-plugins) can provide additional lint checks.
|
||||
|
||||
```{.ignore}
|
||||
mod m1 {
|
||||
|
|
@ -4234,4 +4234,4 @@ that have since been removed):
|
|||
pattern syntax
|
||||
|
||||
[ffi]: book/ffi.html
|
||||
[plugin]: book/plugin.html
|
||||
[plugin]: book/plugins.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue