mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
Do not allow missing documentation by default
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
//!
|
||||
//! This module implements a job queue maintained in the SQLite database
|
||||
//! and job types.
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std::fmt;
|
||||
|
||||
use anyhow::{Context as _, Result};
|
||||
|
||||
Reference in New Issue
Block a user