Re: [PATCH 0/5] Rust beta (1.87) and nightly (1.88) lint cleanups
From: Alice Ryhl
Date: Mon May 05 2025 - 05:24:04 EST
On Fri, May 02, 2025 at 04:02:32PM +0200, Miguel Ojeda wrote:
> Now that Rust 1.87.0 is close to release, clean up the new lints that appeared.
>
> It may be that one of the patches is not needed by the time it releases, but
> I prefer to not wait much longer since I would like to land this for -rc6 so
> that it is clean for release.
>
> In addition, clean some nightly (1.88.0) ones too.
>
> Miguel Ojeda (5):
> objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
> rust: clean Rust 1.87.0's `clippy::ptr_eq` lints
> rust: clean Rust 1.88.0's `unnecessary_transmutes` lint
> rust: clean Rust 1.88.0's warning about `clippy::disallowed_macros`
> configuration
> rust: clean Rust 1.88.0's `clippy::uninlined_format_args` lint
Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>