diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-27 22:24:03 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-01-27 22:24:03 +0530 |
| commit | 54cdae693c2ad7ea83a5321aabd340f36f91c0ec (patch) | |
| tree | 1b379485827ae77600adc8168113c8cc30172895 /src | |
| parent | 3cda6afac48d91b8528855f906f87eb41d6b9c98 (diff) | |
| parent | ac3b4b80742f2b5f92dc065f1dda076e00b013fd (diff) | |
| download | rust-54cdae693c2ad7ea83a5321aabd340f36f91c0ec.tar.gz rust-54cdae693c2ad7ea83a5321aabd340f36f91c0ec.zip | |
Rollup merge of #21612 - bombless:patch-3, r=alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/reference.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 6ea91d502b7..d40a2a1bcfe 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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 { @@ -4234,4 +4234,4 @@ that have since been removed): pattern syntax [ffi]: book/ffi.html -[plugin]: book/plugin.html +[plugin]: book/plugins.html |
