Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Oct 4, 2021
1 parent 4fd5d56 commit 6778093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/util.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{DatabaseConnection, DbBackend, QueryTrait, Statement};
use crate::{database::*, QueryTrait, Statement};

#[derive(Debug)]
pub struct DebugQuery<'a, Q, T> {
Expand Down

0 comments on commit 6778093

Please sign in to comment.