mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable explicit_into_iter_loop lint
This commit is contained in:
parent
cb2cd6e253
commit
703e08947f
2 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ empty_drop = "warn"
|
||||||
empty_structs_with_brackets = "warn"
|
empty_structs_with_brackets = "warn"
|
||||||
enum_glob_use = "warn"
|
enum_glob_use = "warn"
|
||||||
error_impl_error = "warn"
|
error_impl_error = "warn"
|
||||||
|
explicit_into_iter_loop = "warn"
|
||||||
filetype_is_file = "warn"
|
filetype_is_file = "warn"
|
||||||
float_cmp_const = "warn"
|
float_cmp_const = "warn"
|
||||||
format_push_string = "warn"
|
format_push_string = "warn"
|
||||||
|
|
|
||||||
|
|
@ -175,7 +175,6 @@ pub(crate) async fn upload_signatures_route(
|
||||||
"Invalid signature.",
|
"Invalid signature.",
|
||||||
))?
|
))?
|
||||||
.clone()
|
.clone()
|
||||||
.into_iter()
|
|
||||||
{
|
{
|
||||||
// Signature validation?
|
// Signature validation?
|
||||||
let signature = (
|
let signature = (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue