From bb3d9ee016a48be2fc20d9f40954738e554de10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20Puk=C5=A1ta?= Date: Thu, 9 Oct 2025 09:17:46 +0300 Subject: [PATCH] docs(ref): fix link to clippy incompatible_msrv lint --- src/doc/src/reference/rust-version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/rust-version.md b/src/doc/src/reference/rust-version.md index c2c151a4921..b1d7167da71 100644 --- a/src/doc/src/reference/rust-version.md +++ b/src/doc/src/reference/rust-version.md @@ -33,7 +33,7 @@ If that isn't the latest version, `cargo add` will inform users so they can make The [resolver](resolver.md#rust-version) may take Rust version into account when picking dependencies. Other tools may also take advantage of it, like `cargo clippy`'s -[`incompatible_msrv` lint](https://rust-lang.github.io/rust-clippy/stable/index.html#/incompatible_msrv). +[`incompatible_msrv` lint](https://rust-lang.github.io/rust-clippy/stable/index.html#incompatible_msrv). > **Note:** The `rust-version` may be ignored using the `--ignore-rust-version` option.