mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! Handle plain text together with some attributes.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use crate::simplify::split_lines;
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user