mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
clippy fix
This commit is contained in:
@@ -398,7 +398,7 @@ impl Context {
|
||||
if let Some(quota) = &*quota {
|
||||
match "a.recent {
|
||||
Ok(quota) => {
|
||||
if quota.len() > 0 {
|
||||
if !quota.is_empty() {
|
||||
for (root_name, resources) in quota {
|
||||
use async_imap::types::QuotaResourceName::*;
|
||||
for resource in resources {
|
||||
|
||||
Reference in New Issue
Block a user