fix compiler plugins path in doc/reference.md
This commit is contained in:
parent
54d65092a4
commit
b66f858e8f
1 changed files with 2 additions and 2 deletions
|
|
@ -1976,7 +1976,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/plugins.html#lint-plugins) can provide additional lint checks.
|
||||
plugins](book/compiler-plugins.html#lint-plugins) can provide additional lint checks.
|
||||
|
||||
```{.ignore}
|
||||
mod m1 {
|
||||
|
|
@ -3646,4 +3646,4 @@ that have since been removed):
|
|||
pattern syntax
|
||||
|
||||
[ffi]: book/ffi.html
|
||||
[plugin]: book/plugins.html
|
||||
[plugin]: book/compiler-plugins.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue