We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2050128 + ab166cf commit cae4d4dCopy full SHA for cae4d4d
src/doc/unstable-book/src/language-features/plugin.md
@@ -35,7 +35,7 @@ of a library.
35
Plugins can extend [Rust's lint
36
infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
37
additional checks for code style, safety, etc. Now let's write a plugin
38
-[`lint_plugin_test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/auxiliary/lint_plugin_test.rs)
+[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/auxiliary/lint-plugin-test.rs)
39
that warns about any item named `lintme`.
40
41
```rust,ignore
0 commit comments