enable ignored_unit_patterns lint

This commit is contained in:
Charles Hall 2024-05-14 17:03:46 -07:00
parent 623824dc0c
commit b0f65913f3
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
5 changed files with 6 additions and 8 deletions

View file

@ -763,7 +763,7 @@ impl Service {
&mut pdu_json,
&room_version_id,
) {
Ok(_) => {}
Ok(()) => {}
Err(e) => {
return match e {
ruma::signatures::Error::PduSize => Err(Error::BadRequest(