1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-10-16 06:27:27 +00:00

Allow unused imports on all the query_prelude

This commit is contained in:
Steffo 2024-08-19 09:59:49 +02:00
parent 2a19d2d0d8
commit 5c5826c7ea
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,3 +1,5 @@
#![allow(unused_imports)]
pub use diesel::dsl::*;
pub use diesel::ExpressionMethods;
pub use diesel::OptionalExtension;