mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-21 22:27:08 +00:00
Fix clippy.
This commit is contained in:
parent
355c8f6bb5
commit
cdb324d1f2
|
@ -10,7 +10,7 @@ use lemmy_api_common::{
|
|||
use lemmy_db_schema::{
|
||||
source::{
|
||||
local_site::LocalSite,
|
||||
post::{Post, PostLike, PostLikeForm, PostRead},
|
||||
post::{PostLike, PostLikeForm, PostRead},
|
||||
},
|
||||
traits::Likeable,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue