Merge pull request #464 from w3irdrobot/fix-ambiguous-email

fix ambiguous email export
This commit is contained in:
Clément DOUIN 2024-01-01 22:30:45 +01:00 committed by GitHub
commit 6af2342316
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,5 +22,4 @@ pub mod smtp;
pub mod ui;
#[doc(inline)]
// pub use email::{envelope, flag, message, template};
pub use email::{envelope, flag, message};
pub use crate::email::{envelope, flag, message};