Skip to content

Commit

Permalink
cleanup: remove clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh authored and cdxker committed Apr 11, 2024
1 parent d02ec1a commit b38a364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/operators/organization_operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use actix_identity::Identity;
use actix_web::{web, HttpMessage, HttpRequest};
use diesel::prelude::*;
use diesel::{
result::DatabaseErrorKind, upsert::on_constraint, ExpressionMethods, JoinOnDsl,
NullableExpressionMethods, SelectableHelper, Table,
result::DatabaseErrorKind, ExpressionMethods, JoinOnDsl, NullableExpressionMethods,
SelectableHelper, Table,
};
use diesel_async::RunQueryDsl;
use itertools::Itertools;
Expand Down

0 comments on commit b38a364

Please sign in to comment.