mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
//! Some tools and enhancements to the used libraries, there should be
|
||||
//! no references to Context and other "larger" entities here.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use core::cmp::{max, min};
|
||||
use std::borrow::Cow;
|
||||
use std::fmt;
|
||||
|
||||
Reference in New Issue
Block a user