fix: clippy error for image_tag
This commit is contained in:
parent
ca95e3296d
commit
7dd3a8f0f9
2 changed files with 2 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
|||
[hooks]
|
||||
pre-commit = "cargo test"
|
||||
pre-push = "cargo clippy -- -D warnings"
|
||||
pre-commit = "cargo fmt && cargo test && cargo clippy -- -D warnings"
|
||||
|
||||
[logging]
|
||||
verbose = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue