Skip to content

Commit

Permalink
Merge pull request #90 from artichoke/rakefile-clippy
Browse files Browse the repository at this point in the history
Update devtools Rakefile clippy invocation
  • Loading branch information
lopopolo authored Aug 5, 2021
2 parents fc704f8 + 0d3c204 commit 197e6da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 197e6da

Please sign in to comment.