mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 12:13:12 +00:00
fix wrong link
This commit is contained in:
parent
70b13a7c7c
commit
ac3b4b8074
@ -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 {
|
||||
@ -4369,4 +4369,4 @@ that have since been removed):
|
||||
pattern syntax
|
||||
|
||||
[ffi]: book/ffi.html
|
||||
[plugin]: book/plugin.html
|
||||
[plugin]: book/plugins.html
|
||||
|
Loading…
Reference in New Issue
Block a user