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 1ef140b commit 899d178Copy full SHA for 899d178
Makefile
@@ -87,6 +87,10 @@ docs-python:
87
docs-rust:
88
RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --all-features --no-deps --workspace
89
90
+.PHONY: docsrs-check
91
+docsrs-check:
92
+ RUSTDOCFLAGS="--cfg docsrs" cargo hack --workspace doc --no-deps --all-features
93
+
94
.PHONY: clippy
95
clippy:
96
cargo clippy --fix --all-targets --all-features -- -D warnings -W clippy::pedantic -W clippy::nursery -W clippy::unwrap_used -W clippy::expect_used
0 commit comments