summaryrefslogtreecommitdiffstats
path: root/service-person/src/model/name.rs
diff options
context:
space:
mode:
Diffstat (limited to 'service-person/src/model/name.rs')
-rw-r--r--service-person/src/model/name.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/service-person/src/model/name.rs b/service-person/src/model/name.rs
deleted file mode 100644
index 5b5c6d6..0000000
--- a/service-person/src/model/name.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-use serde::Deserialize;
-
-#[derive(Debug, Deserialize)]
-pub struct Name(String);
-
-