mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable error_impl_error lint
Except the 1 violation would have to be renamed in, like, every single file in this project. So we're just enabling it so that we don't make the same mistake in the future.
This commit is contained in:
parent
a127253daa
commit
5fd156a6bb
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ default_union_representation = "warn"
|
|||
deref_by_slicing = "warn"
|
||||
empty_drop = "warn"
|
||||
empty_structs_with_brackets = "warn"
|
||||
error_impl_error = "warn"
|
||||
filetype_is_file = "warn"
|
||||
float_cmp_const = "warn"
|
||||
get_unwrap = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue