Allow clippy::useless-let-if-seq.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
3403943880
commit
fb0c2a2832
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ pub fn create(
|
|||
}
|
||||
|
||||
#[implement(Service)]
|
||||
#[allow(clippy::useless_let_if_seq)]
|
||||
pub async fn try_auth(
|
||||
&self,
|
||||
user_id: &UserId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue