Skip to content

Commit

Permalink
Fix Clippy Lint Issues #1517
Browse files Browse the repository at this point in the history
  • Loading branch information
anshap1719 committed Sep 17, 2023
1 parent 3a6af77 commit d7c1f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/active_enum.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{ColIdx, ColumnDef, DbErr, Iterable, QueryResult, TryFromU64, TryGetError, TryGetable};
use crate::{ColumnDef, DbErr, Iterable, QueryResult, TryFromU64, TryGetError, TryGetable};
use sea_query::{DynIden, Expr, Nullable, SimpleExpr, Value, ValueType};

/// A Rust representation of enum defined in database.
Expand Down

0 comments on commit d7c1f1b

Please sign in to comment.