Change imports

This commit is contained in:
bitfl0wer 2023-05-10 18:44:17 +02:00
parent afb5745a74
commit f42b3785f3
No known key found for this signature in database
GPG Key ID: 84BBB60DF895ABF2
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.