diff --git a/Rakefile b/Rakefile index 57de878d..d6219003 100644 --- a/Rakefile +++ b/Rakefile @@ -14,9 +14,6 @@ namespace :lint do desc 'Lint Rust sources with Clippy' task :clippy do - FileList['**/{build,lib,main}.rs'].each do |root| - FileUtils.touch(root) - end sh 'cargo clippy --workspace --all-features --all-targets' end