Skip to content

Commit

Permalink
Refactor module II
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Mar 30, 2024
1 parent 3e0e6f4 commit fbe30ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/email_builder/email.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use super::{BulkReceiver, Receiver, Sender};
use super::{Receiver, Sender};
use crate::email_builder::{Email, Message, Message, MimeFormat, MimeFormat};
use crate::email_builder::{Message, MimeFormat};
use anyhow::Result;
use std::{path::Path, time::SystemTime};

Expand Down

0 comments on commit fbe30ad

Please sign in to comment.