aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial01/polls/models.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial01/polls/models.rs')
-rw-r--r--examples/tutorial01/polls/models.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial01/polls/models.rs b/examples/tutorial01/polls/models.rs
index bc1cd9b..987e4b0 100644
--- a/examples/tutorial01/polls/models.rs
+++ b/examples/tutorial01/polls/models.rs
@@ -1,5 +1,5 @@
#[allow(unused_imports)]
-use tosin::db::models::{Model, Id, gather};
+use tosin::db::models::{gather, Id, Model};
// TODO define models