Skip to content

Commit a288381

Browse files
authored
chore: Use --no-deps in pre-commit hook (#1164)
1 parent f9b117c commit a288381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- id: cargo-doc
5151
name: cargo-doc
5252
language: system
53-
entry: cargo doc --document-private-items
53+
entry: cargo doc --no-deps --document-private-items
5454
stages: [pre-commit, pre-merge-commit]
5555
pass_filenames: false
5656
files: \.rs$|Cargo\.(toml|lock)

0 commit comments

Comments
 (0)