mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
RustRover please stop
This commit is contained in:
parent
fd4bfeb193
commit
4bd14da04c
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
#![allow(unused_imports)]
|
||||
|
||||
pub use diesel::dsl::*;
|
||||
pub use diesel::ExpressionMethods;
|
||||
pub use diesel::OptionalExtension;
|
||||
|
@ -7,3 +5,8 @@ pub use diesel::query_dsl::*;
|
|||
pub use diesel::SelectableHelper;
|
||||
pub use diesel::upsert::*;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub use super::models::*;
|
||||
#[allow(unused_imports)]
|
||||
pub use super::schema::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue