Skip to content

Commit cae4d4d

Browse files
authored
Rollup merge of rust-lang#74912 - giraffate:fix_broken_link_in_unstable_plugin_book, r=jonas-schievink
Fix broken link in unstable book `plugin` There is broken link in https://doc.rust-lang.org/unstable-book/language-features/plugin.html#lint-plugins.
2 parents 2050128 + ab166cf commit cae4d4d

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
@@ -35,7 +35,7 @@ of a library.
3535
Plugins can extend [Rust's lint
3636
infrastructure](../../reference/attributes/diagnostics.md#lint-check-attributes) with
3737
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)
38+
[`lint-plugin-test.rs`](https://github.com/rust-lang/rust/blob/master/src/test/ui-fulldeps/auxiliary/lint-plugin-test.rs)
3939
that warns about any item named `lintme`.
4040

4141
```rust,ignore

0 commit comments

Comments
 (0)