We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c658909 commit ea988adCopy full SHA for ea988ad
bin/test-exercise
@@ -87,7 +87,7 @@ done
87
# For now, not the example solutions since they have many Clippy warnings,
88
# and are not shown to students anyway.
89
sed -i -e '1i #![deny(clippy::all)]' tests/*.rs
90
- cargo clippy --all-targets --color always "$@" 2>clippy.log
+ cargo clippy --tests --color always "$@" 2>clippy.log
91
if [ $? -ne 0 ]; then
92
cat clippy.log
93
exit 1
0 commit comments