On Wed Apr 1, 2026 at 12:45 PM BST, Miguel Ojeda wrote: > Following the Rust compiler bump, we can now update Clippy's MSRV we > set in the configuration, which will improve the diagnostics it generates. > > Thus do so and clean a few of the `allow`s that are not needed anymore. > > Signed-off-by: Miguel Ojeda <[email protected]>
Reviewed-by: Gary Guo <[email protected]> > --- > .clippy.toml | 2 +- > drivers/gpu/nova-core/gsp/cmdq.rs | 6 +----- > rust/kernel/ptr.rs | 1 - > rust/kernel/transmute.rs | 2 -- > 4 files changed, 2 insertions(+), 9 deletions(-)
