summaryrefslogtreecommitdiffstats
path: root/service-person/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'service-person/src/main.rs')
-rw-r--r--service-person/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/service-person/src/main.rs b/service-person/src/main.rs
index 001888f..1983c28 100644
--- a/service-person/src/main.rs
+++ b/service-person/src/main.rs
@@ -14,7 +14,7 @@ use diesel::r2d2::Pool;
mod model;
-use model::*;
+use crate::model::*;
embed_migrations!("migrations");