aboutsummaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
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,);