@algo_luca @link2xt You don't have to pin the version of the compiler or clippy, only pin the language version your code remains compatible with.
rust-version="1.80" in Cargo.toml will make Clippy v1.90 complain only about things that can be fixed in Rust 1.80, while otherwise having all the new features.