From 1fd9c29ead68ac357210862ee94468894be8034e Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 20 Oct 2025 06:52:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(message-list):=20enable=20?= =?UTF-8?q?missing=5Fdocs=20lint=20for=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/message_list.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/message_list.rs b/src/message_list.rs index f8f62f5..813ac1b 100644 --- a/src/message_list.rs +++ b/src/message_list.rs @@ -53,6 +53,9 @@ //! } //! ``` +#![warn(missing_docs)] +#![allow(clippy::missing_errors_doc, clippy::missing_panics_doc)] + use crate::{GmailClient, MessageSummary, Result}; use google_gmail1::{