Do not allow missing documentation by default

This commit is contained in:
link2xt
2022-12-13 14:47:41 +00:00
parent ccd0842df8
commit 2cd63234c1
35 changed files with 71 additions and 2 deletions

View File

@@ -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;