Skip to content

Commit

Permalink
driveby, fix .pre-commit-config.yaml to disallow warnings in `cargo…
Browse files Browse the repository at this point in the history
… doc`
  • Loading branch information
doug-q committed May 28, 2024
1 parent 36f2448 commit 9f8e08f
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 @@ -78,7 +78,7 @@ repos:
- id: cargo-doc
name: cargo doc
description: Generate documentation with `cargo doc`.
entry: cargo doc --no-deps --all-features --workspace
entry: RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features --workspace
language: system
files: \.rs$
pass_filenames: false
Expand Down

0 comments on commit 9f8e08f

Please sign in to comment.