mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 15:07:06 +00:00
clippy: enable useless_conversion
lint
This commit is contained in:
parent
373b155bf0
commit
9048e80fed
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ implicit_clone = "warn"
|
||||||
needless_for_each = "warn"
|
needless_for_each = "warn"
|
||||||
semicolon_if_nothing_returned = "warn"
|
semicolon_if_nothing_returned = "warn"
|
||||||
uninlined_format_args = "warn"
|
uninlined_format_args = "warn"
|
||||||
|
useless_conversion = "warn"
|
||||||
|
|
||||||
# Insta suggests compiling these packages in opt mode for faster testing.
|
# Insta suggests compiling these packages in opt mode for faster testing.
|
||||||
# See https://docs.rs/insta/latest/insta/#optional-faster-runs.
|
# See https://docs.rs/insta/latest/insta/#optional-faster-runs.
|
||||||
|
|
Loading…
Reference in a new issue