Skip to content

Commit b89128d

Browse files
authored
docs(ref): fix link to clippy incompatible_msrv lint (#16077)
2 parents ed20c81 + bb3d9ee commit b89128d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/rust-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If that isn't the latest version, `cargo add` will inform users so they can make
3333
The [resolver](resolver.md#rust-version) may take Rust version into account when picking dependencies.
3434

3535
Other tools may also take advantage of it, like `cargo clippy`'s
36-
[`incompatible_msrv` lint](https://rust-lang.github.io/rust-clippy/stable/index.html#/incompatible_msrv).
36+
[`incompatible_msrv` lint](https://rust-lang.github.io/rust-clippy/stable/index.html#incompatible_msrv).
3737

3838
> **Note:** The `rust-version` may be ignored using the `--ignore-rust-version` option.
3939

0 commit comments

Comments
 (0)