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 1b1866f commit 549849bCopy full SHA for 549849b
.lefthook.yml
@@ -11,3 +11,12 @@ pre-commit:
11
- name: bindings
12
run: tools/update_bindings.sh && git diff --exit-code docsrs_bindings.rs
13
glob: "allowed_bindings.rs"
14
+ fail_text: |
15
+ The `docsrs_bindings.rs` file seems to be out of date.
16
+ Please check the updated bindings in `docsrs_bindings.rs` and commit the changes.
17
+ - name: "lib docs"
18
+ run: tools/update_lib_docs.sh && git diff --exit-code crates/macros/src/lib.rs
19
+ glob: "guide/src/macros/*.md"
20
21
+ The macro crates documentation seems to be out of date.
22
+ Please check the updated documentation in `crates/macros/src/lib.rs` and commit the changes.
0 commit comments