_PHONY:clippy test doc allall:clippy test docclippy:cargo hack --feature-powerset clippytest:cargo hack --feature-powerset test# `cargo doc` still works fine, but won't include feature flag tags
doc:cargo +nightly rustdoc --all-features -- --cfg=docsrs