Author: Kevin Schoon [me@kevinschoon.com]
Hash: a01b06d63fa5b592c360b406f01a7e61cbca3861
Timestamp: Sun, 18 Aug 2024 22:10:40 +0000 (2 months ago)

+1 -1 +/-1 browse
do not block on doc test
1diff --git a/maitred/src/lib.rs b/maitred/src/lib.rs
2index ab73ef2..80f9951 100644
3--- a/maitred/src/lib.rs
4+++ b/maitred/src/lib.rs
5 @@ -40,7 +40,7 @@
6 //! Box::pin(async move { print_message(message.to_owned()).await })
7 //! }))
8 //! .with_session_opts(SessionOptions::default());
9- //! mail_server.listen().await?;
10+ //! // mail_server.listen().await?;
11 //! Ok(())
12 //! }
13 //! ```