aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-08-01 14:29:50 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-08-01 19:40:57 +0200
commitb9bce0c426ab258f2c5891ac7eecd944f749e27c (patch)
tree3981bc54a4b0602d918ea378bc0847ea3a988633 /src/schema.rs
parentd9a217e3b73a702875c2907d7d1811c3dd82d8e9 (diff)
downloadrocket-blog-b9bce0c426ab258f2c5891ac7eecd944f749e27c.tar.gz
rocket-blog-b9bce0c426ab258f2c5891ac7eecd944f749e27c.tar.bz2
rocket-blog-b9bce0c426ab258f2c5891ac7eecd944f749e27c.zip
Run rustfmt on project.
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/schema.rs b/src/schema.rs
index ad122fd..cff43ec 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -17,7 +17,4 @@ table! {
}
}
-allow_tables_to_appear_in_same_query!(
- posts,
- users,
-);
+allow_tables_to_appear_in_same_query!(posts, users,);