From 7a315e9cf6d319c3a755ae133e1d2aab0ebbf9a5 Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 26 Apr 2021 21:01:49 +1000 Subject: [PATCH] run clippy with all features/targets enabled --- clippy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clippy.sh b/clippy.sh index b060c01..7543773 100755 --- a/clippy.sh +++ b/clippy.sh @@ -1,6 +1,6 @@ #!/bin/bash fd -e rs -x touch {} -cargo clippy --tests -- \ +cargo clippy --all-targets --all-features -- \ -W clippy::nursery \ -W clippy::perf \ -W clippy::pedantic \