From 2c86325e3c23fdddfb0a84e479437c8bc057a7eb Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 31 Jan 2020 20:30:03 -0500 Subject: Add user request guard --- src/schema.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/schema.rs') diff --git a/src/schema.rs b/src/schema.rs index 055d6d0..809706c 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -14,4 +14,7 @@ table! { } } -allow_tables_to_appear_in_same_query!(config, users,); +allow_tables_to_appear_in_same_query!( + config, + users, +); -- cgit v1.2.3