mirror of https://github.com/LemmyNet/lemmy.git
remove unused var
parent
b455cdc787
commit
4cac8149d3
|
@ -22,7 +22,6 @@ use lemmy_db_schema::{
|
||||||
},
|
},
|
||||||
source::{
|
source::{
|
||||||
community::CommunityFollower,
|
community::CommunityFollower,
|
||||||
local_site::LocalSite,
|
|
||||||
local_user::LocalUser,
|
local_user::LocalUser,
|
||||||
site::Site,
|
site::Site,
|
||||||
},
|
},
|
||||||
|
@ -221,7 +220,6 @@ impl CommunityView {
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct CommunityQuery<'a> {
|
pub struct CommunityQuery<'a> {
|
||||||
pub local_site: LocalSite,
|
|
||||||
pub listing_type: Option<ListingType>,
|
pub listing_type: Option<ListingType>,
|
||||||
pub sort: Option<SortType>,
|
pub sort: Option<SortType>,
|
||||||
pub local_user: Option<&'a LocalUser>,
|
pub local_user: Option<&'a LocalUser>,
|
||||||
|
|
Loading…
Reference in New Issue