Skip to content

Commit bcba369

Browse files
authoredOct 1, 2023
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.
2 parents de70531 + 544d2b3 commit bcba369

File tree

1 file changed

+1
-1
lines changed
  • src/doc/unstable-book/src/language-features

1 file changed

+1
-1
lines changed
 

‎src/doc/unstable-book/src/language-features/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ of a library.
3333
Plugins can extend [Rust's lint
3434
infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
3535
additional checks for code style, safety, etc. Now let's write a plugin
36-
[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui-fulldeps/auxiliary/lint-plugin-test.rs)
36+
[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/tests/ui-fulldeps/plugin/auxiliary/lint-plugin-test.rs)
3737
that warns about any item named `lintme`.
3838

3939
```rust,ignore (requires-stage-2)

0 commit comments

Comments
 (0)