We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b55c5 commit 817403bCopy full SHA for 817403b
src/lib.rs
@@ -43,6 +43,7 @@ pub mod util;
43
pub use crate::smtp_client::{SmtpClient, SmtpTransport};
44
pub use types::*;
45
46
+/// Asynchronous test using tokio or async-std depending on the configuration.
47
#[cfg(test)]
48
#[macro_export]
49
macro_rules! async_test {
0 commit comments