Skip to content

Commit 544d2b3

Browse files
Update location of language-features/plugin.md
1 parent bb6c66b commit 544d2b3

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)