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.
2 parents 3cda6af + ac3b4b8 commit 54cdae6Copy full SHA for 54cdae6
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 {
@@ -4234,4 +4234,4 @@ that have since been removed):
4234
pattern syntax
4235
4236
[ffi]: book/ffi.html
4237
-[plugin]: book/plugin.html
+[plugin]: book/plugins.html
0 commit comments