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 f9b117c commit a288381Copy full SHA for a288381
1 file changed
.pre-commit-config.yaml
@@ -50,7 +50,7 @@ repos:
50
- id: cargo-doc
51
name: cargo-doc
52
language: system
53
- entry: cargo doc --document-private-items
+ entry: cargo doc --no-deps --document-private-items
54
stages: [pre-commit, pre-merge-commit]
55
pass_filenames: false
56
files: \.rs$|Cargo\.(toml|lock)
0 commit comments