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 a16cafb commit 6132506Copy full SHA for 6132506
1 file changed
.pre-commit-config.yaml
@@ -58,15 +58,15 @@ repos:
58
- id: cargo-doc-no-default-features
59
name: cargo-doc-no-default-features
60
language: system
61
- entry: cargo doc --no-default-features --document-private-items
+ entry: cargo doc --no-deps --no-default-features --document-private-items
62
stages: [pre-commit, pre-merge-commit]
63
pass_filenames: false
64
files: \.rs$|Cargo\.(toml|lock)
65
66
- id: cargo-doc-all-features
67
name: cargo-doc-all-features
68
69
- entry: cargo doc --all-features --document-private-items
+ entry: cargo doc --no-deps --all-features --document-private-items
70
71
72
0 commit comments