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