mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
Fixing lemmyerrortype import.
This commit is contained in:
parent
8997119c4e
commit
3034aa1857
1 changed files with 1 additions and 4 deletions
|
@ -39,10 +39,7 @@ use diesel::{
|
|||
TextExpressionMethods,
|
||||
};
|
||||
use diesel_async::RunQueryDsl;
|
||||
use lemmy_utils::{
|
||||
error::{LemmyErrorExt, LemmyResult},
|
||||
LemmyErrorType,
|
||||
};
|
||||
use lemmy_utils::error::{LemmyErrorExt, LemmyErrorType, LemmyResult};
|
||||
use std::collections::HashSet;
|
||||
|
||||
#[async_trait]
|
||||
|
|
Loading…
Reference in a new issue