summaryrefslogtreecommitdiff
path: root/src/schema.rs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2020-01-29 20:45:21 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2020-01-29 20:45:21 -0500
commitcbf64a8a5c7d748722369a2ec47c1230650d7b88 (patch)
treeddb11ce3d1035aeb69fbe47dcda35e8a3876c1f3 /src/schema.rs
parentc8db39dea2cf50dd1fa6c499600e09818b8db44a (diff)
authentication
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 809706c..055d6d0 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -14,7 +14,4 @@ table! {
}
}
-allow_tables_to_appear_in_same_query!(
- config,
- users,
-);
+allow_tables_to_appear_in_same_query!(config, users,);