mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! Internet Message Format reception pipeline.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::cmp::min;
|
||||
use std::collections::HashSet;
|
||||
use std::convert::TryFrom;
|
||||
|
||||
Reference in New Issue
Block a user