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 1e22d74 commit c3f2c59Copy full SHA for c3f2c59
justfile
@@ -28,3 +28,7 @@ sane: lint
28
29
# Make an attempt to catch feature gate problems in doctests
30
cargo test --manifest-path Cargo.toml --doc --no-default-features > /dev/null || exit 1
31
+
32
+# Check for API changes.
33
+check-api:
34
+ ./contrib/check-for-api-changes.sh
0 commit comments