On Tue, May 20, 2025 at 3:20 PM Miguel Ojeda ojeda@kernel.org wrote:
We rarely modify `.clippy.toml`, but currently we do not rebuild if that happens, thus it is easy to miss possible changes in lints.
Thus rebuild in case of changes.
Cc: stable@vger.kernel.org Reported-by: Tamir Duberstein tamird@gmail.com Closes: https://github.com/Rust-for-Linux/linux/issues/1151 Fixes: 7d56786edcbd ("rust: introduce `.clippy.toml`") Signed-off-by: Miguel Ojeda ojeda@kernel.org
rust/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
It is possible to do this only if CLIPPY=1?