diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-10-01 12:18:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-01 12:18:12 +0200 |
| commit | bcba369004cbb68d384d42c40eaee9a906b20800 (patch) | |
| tree | 352da257942bbd2f8faec8bc6f0b99560b2264f6 /src | |
| parent | de7053133a32c3c442ba2f34ee84f266fd3ae969 (diff) | |
| parent | 544d2b370e141afd668a8c08e878b7f300acbe58 (diff) | |
| download | rust-bcba369004cbb68d384d42c40eaee9a906b20800.tar.gz rust-bcba369004cbb68d384d42c40eaee9a906b20800.zip | |
Rollup merge of #116299 - emmanuel-ferdman:wip, r=albertlarsan68
Update location of `auxiliary/lint-plugin-test.rs` **PR Summary**: PR updates the location of `auxiliary/lint-plugin-test.rs` file which was moved in PR #110478.
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/unstable-book/src/language-features/plugin.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/plugin.md b/src/doc/unstable-book/src/language-features/plugin.md index 189cc910a8d..d9421a428f1 100644 --- a/src/doc/unstable-book/src/language-features/plugin.md +++ b/src/doc/unstable-book/src/language-features/plugin.md @@ -33,7 +33,7 @@ of a library. Plugins can extend [Rust's lint infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with additional checks for code style, safety, etc. Now let's write a plugin -[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui-fulldeps/auxiliary/lint-plugin-test.rs) +[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui-fulldeps/plugin/auxiliary/lint-plugin-test.rs) that warns about any item named `lintme`. ```rust,ignore (requires-stage-2) |
