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.
check-all-features-set
1 parent 45094a4 commit 13f2646Copy full SHA for 13f2646
mithril-common/Makefile
@@ -38,5 +38,7 @@ check-all-features-set: .feature-sets
38
echo "Clippy common with feature '$$features_set''"; \
39
${CARGO} clippy -p mithril-common --features "$$features_set"; \
40
done
41
+ echo "Clippy common without features"; \
42
+ ${CARGO} clippy -p mithril-common
43
44
rm .features-sets
0 commit comments