Skip to content

Commit 13f2646

Browse files
Alenarjpraynaud
authored andcommitted
fix: common check-all-features-setnow checks empty feature set
1 parent 45094a4 commit 13f2646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mithril-common/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,7 @@ check-all-features-set: .feature-sets
3838
echo "Clippy common with feature '$$features_set''"; \
3939
${CARGO} clippy -p mithril-common --features "$$features_set"; \
4040
done
41+
echo "Clippy common without features"; \
42+
${CARGO} clippy -p mithril-common
4143

4244
rm .features-sets

0 commit comments

Comments
 (0)