Change imports

This commit is contained in:
bitfl0wer 2023-05-10 18:44:17 +02:00
parent 5a7d5e0a4c
commit 7387053998
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
use std::{collections::HashMap}; use std::collections::HashMap;
use regex::Regex; use regex::Regex;
use serde::{Deserialize, Serialize}; use serde::{Deserialize, Serialize};
use crate::errors::FieldFormatError; use crate::errors::FieldFormatError;
use super::{Embed}; use super::Embed;
/** /**
A struct that represents a well-formed email address. A struct that represents a well-formed email address.