chore(makefile): remove cfg-check (#8959)

This commit is contained in:
DaniPopes
2024-06-19 18:37:25 +02:00
committed by GitHub
parent 32500aa9a6
commit 01766217ba

View File

@ -466,11 +466,7 @@ test:
make test-doc && \
make test-other-targets
cfg-check:
cargo +nightly -Zcheck-cfg c
pr:
make cfg-check && \
make lint && \
make update-book-cli && \
make test