Skip to content

Commit

Permalink
chore: deny doc warnings in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner committed Dec 14, 2023
1 parent 657674a commit 20bee44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ repos:
pass_filenames: false
- id: cargo-doc
name: cargo-doc
entry: cargo doc
entry: env RUSTDOCFLAGS="-D warnings" cargo doc
args: ["--workspace", "--no-deps"]
language: rust
types: [rust]
Expand Down

0 comments on commit 20bee44

Please sign in to comment.