mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-20 09:11:24 +01:00
enable format_push_string lint
This commit is contained in:
parent
5fd156a6bb
commit
bd6ea4e358
3 changed files with 22 additions and 12 deletions
|
|
@ -28,6 +28,7 @@ empty_structs_with_brackets = "warn"
|
|||
error_impl_error = "warn"
|
||||
filetype_is_file = "warn"
|
||||
float_cmp_const = "warn"
|
||||
format_push_string = "warn"
|
||||
get_unwrap = "warn"
|
||||
lossy_float_literal = "warn"
|
||||
mem_forget = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue