mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! # Support for IMAP QUOTA extension.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use anyhow::{anyhow, Context as _, Result};
|
||||
use async_imap::types::{Quota, QuotaResource};
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
Reference in New Issue
Block a user