mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
//! # Constants.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use deltachat_derive::{FromSql, ToSql};
|
||||
use once_cell::sync::Lazy;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
Reference in New Issue
Block a user