Disable missing_safety_doc lint

This commit is contained in:
Peter McEvoy 2023-03-14 18:27:28 -04:00
parent f8b05fc53b
commit 997c4d2b20

View File

@ -21,7 +21,7 @@ jobs:
run: cargo fmt --check run: cargo fmt --check
- name: Lint - name: Lint
run: cargo clippy -- --deny warnings run: cargo clippy -- --deny warnings --allow clippy::missing_safety_doc
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose