mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-06 11:34:54 +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"
|
||||
semicolon_if_nothing_returned = "warn"
|
||||
uninlined_format_args = "warn"
|
||||
useless_conversion = "warn"
|
||||
|
||||
# Insta suggests compiling these packages in opt mode for faster testing.
|
||||
# See https://docs.rs/insta/latest/insta/#optional-faster-runs.
|
||||
|
|
Loading…
Reference in a new issue