mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Fix cargo clippy and doc errors after Rust update to 1.66
This commit is contained in:
@@ -855,7 +855,7 @@ impl Contact {
|
||||
paramsv![ContactId::LAST_SPECIAL],
|
||||
)
|
||||
.await?;
|
||||
Ok(count as usize)
|
||||
Ok(count)
|
||||
}
|
||||
|
||||
/// Get blocked contacts.
|
||||
|
||||
Reference in New Issue
Block a user