mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
//! Module to work with translatable stock strings.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user