Allow clippy::useless-let-if-seq.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -93,6 +93,7 @@ pub fn create(
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[implement(Service)]
|
#[implement(Service)]
|
||||||
|
#[allow(clippy::useless_let_if_seq)]
|
||||||
pub async fn try_auth(
|
pub async fn try_auth(
|
||||||
&self,
|
&self,
|
||||||
user_id: &UserId,
|
user_id: &UserId,
|
||||||
|
|||||||
Reference in New Issue
Block a user