[PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
Tamir Duberstein
tamird at kernel.org
Mon Apr 6 07:28:56 PDT 2026
On Mon, 06 Apr 2026 01:52:43 +0200, Miguel Ojeda <ojeda at kernel.org> wrote:
> diff --git a/Makefile b/Makefile
> index a63684c36d60..78f5ee173eda 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -486,6 +486,7 @@ export rust_common_flags := --edition=2021 \
> -Wclippy::as_underscore \
> -Wclippy::cast_lossless \
> -Wclippy::ignored_unit_patterns \
> + -Aclippy::incompatible_msrv \
Could you add a reference to the upstream bug report [0] here?
Link: https://github.com/rust-lang/rust-clippy/issues/14425 [0]
Reviewed-by: Tamir Duberstein <tamird at kernel.org>
--
Tamir Duberstein <tamird at kernel.org>
More information about the linux-riscv
mailing list