enable inconsistent_struct_constructor lint

This commit is contained in:
Charles Hall 2024-05-14 17:11:37 -07:00
parent ebae8ceeb0
commit 5c9967f89c
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 5 additions and 4 deletions

View file

@ -1853,9 +1853,9 @@ pub(crate) async fn get_profile_information_route(
}
Ok(get_profile_information::v1::Response {
blurhash,
displayname,
avatar_url,
blurhash,
})
}