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 dc62e95 commit 0a53faeCopy full SHA for 0a53fae
1 file changed
template/.pre-commit-config.yaml.j2
@@ -89,7 +89,7 @@ repos:
89
- id: cargo-doc
90
name: cargo-doc
91
language: system
92
- entry: cargo doc --document-private-items
+ entry: cargo doc --no-deps --document-private-items
93
stages: [pre-commit, pre-merge-commit]
94
pass_filenames: false
95
files: \.rs$|Cargo\.(toml|lock)
0 commit comments