mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -62,6 +62,8 @@
|
||||
//! the database entries which are expired either according to their
|
||||
//! ephemeral message timers or global `delete_server_after` setting.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::convert::{TryFrom, TryInto};
|
||||
use std::num::ParseIntError;
|
||||
use std::str::FromStr;
|
||||
|
||||
Reference in New Issue
Block a user