🧹 chore(message-list): enable missing_docs lint for module
This commit is contained in:
committed by
Jeremiah Russell
parent
a5b068933d
commit
1fd9c29ead
@@ -53,6 +53,9 @@
|
|||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
|
#![warn(missing_docs)]
|
||||||
|
#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc)]
|
||||||
|
|
||||||
use crate::{GmailClient, MessageSummary, Result};
|
use crate::{GmailClient, MessageSummary, Result};
|
||||||
|
|
||||||
use google_gmail1::{
|
use google_gmail1::{
|
||||||
|
|||||||
Reference in New Issue
Block a user