Skip to content

Commit cac199f

Browse files
committed
Fix invalid link to lint_plugin_test.rs
1 parent 7e25139 commit cac199f

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
@@ -177,7 +177,7 @@ quasiquote as an ordinary plugin library.
177177
Plugins can extend [Rust's lint
178178
infrastructure](../reference/attributes.html#lint-check-attributes) with
179179
additional checks for code style, safety, etc. Now let's write a plugin
180-
[`lint_plugin_test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/run-pass-fulldeps/auxiliary/lint_plugin_test.rs)
180+
[`lint_plugin_test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/auxiliary/lint_plugin_test.rs)
181181
that warns about any item named `lintme`.
182182

183183
```rust,ignore

0 commit comments

Comments
 (0)