Skip to content

Commit 817403b

Browse files
committed
docs: add documentation comment for async_test! macro
1 parent 52b55c5 commit 817403b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pub mod util;
4343
pub use crate::smtp_client::{SmtpClient, SmtpTransport};
4444
pub use types::*;
4545

46+
/// Asynchronous test using tokio or async-std depending on the configuration.
4647
#[cfg(test)]
4748
#[macro_export]
4849
macro_rules! async_test {

0 commit comments

Comments
 (0)