Re-enable pool tests (#684)
The pool tests have been implicitly disabled by testing for a feature that has been removed.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[cfg(all(test, feature = "smtp-transport", feature = "r2d2"))]
|
||||
#[cfg(all(test, feature = "smtp-transport", feature = "pool"))]
|
||||
mod sync {
|
||||
use lettre::{address::Envelope, SmtpTransport, Transport};
|
||||
use std::{sync::mpsc, thread};
|
||||
|
||||
Reference in New Issue
Block a user