Skip to content

Commit 54cdae6

Browse files
committed
Rollup merge of rust-lang#21612 - bombless:patch-3, r=alexcrichton
2 parents 3cda6af + ac3b4b8 commit 54cdae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ For any lint check `C`:
22192219

22202220
The lint checks supported by the compiler can be found via `rustc -W help`,
22212221
along with their default settings. [Compiler
2222-
plugins](book/plugin.html#lint-plugins) can provide additional lint checks.
2222+
plugins](book/plugins.html#lint-plugins) can provide additional lint checks.
22232223

22242224
```{.ignore}
22252225
mod m1 {
@@ -4234,4 +4234,4 @@ that have since been removed):
42344234
pattern syntax
42354235

42364236
[ffi]: book/ffi.html
4237-
[plugin]: book/plugin.html
4237+
[plugin]: book/plugins.html

0 commit comments

Comments
 (0)