We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b13a7 commit ac3b4b8Copy full SHA for ac3b4b8
src/doc/reference.md
@@ -2219,7 +2219,7 @@ For any lint check `C`:
2219
2220
The lint checks supported by the compiler can be found via `rustc -W help`,
2221
along with their default settings. [Compiler
2222
-plugins](book/plugin.html#lint-plugins) can provide additional lint checks.
+plugins](book/plugins.html#lint-plugins) can provide additional lint checks.
2223
2224
```{.ignore}
2225
mod m1 {
@@ -4369,4 +4369,4 @@ that have since been removed):
4369
pattern syntax
4370
4371
[ffi]: book/ffi.html
4372
-[plugin]: book/plugin.html
+[plugin]: book/plugins.html
0 commit comments