On Mon, 06 Apr 2026 01:52:43 +0200, Miguel Ojeda <[email protected]> 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 <[email protected]> -- Tamir Duberstein <[email protected]>
