mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-18 14:06:37 +00:00
Remove full path import.
This commit is contained in:
parent
d8048db840
commit
9a0e46549b
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::domain::subscriber_email::SubscriberEmail;
|
||||
use crate::domain::subscriber_name::SubscriberName;
|
||||
use crate::domain::SubscriberEmail;
|
||||
use crate::domain::SubscriberName;
|
||||
|
||||
pub struct NewSubscriber {
|
||||
// We are not using `String` anymore!
|
||||
|
|
Loading…
Reference in a new issue