summaryrefslogtreecommitdiff
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 326aac8..7cf2892 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -25,8 +25,4 @@ table! {
joinable!(strava_tokens -> users (username));
-allow_tables_to_appear_in_same_query!(
- config,
- strava_tokens,
- users,
-);
+allow_tables_to_appear_in_same_query!(config, strava_tokens, users,);