chore: cargo clippy
This commit is contained in:
parent
deedaae34d
commit
118de057a4
|
|
@ -36,7 +36,7 @@ where
|
|||
}
|
||||
|
||||
#[instrument(level = "debug", skip_all, err)]
|
||||
#[allow(clippy::blocks_in_conditions)]
|
||||
#[allow(clippy::blocks_in_if_conditions)]
|
||||
async fn check_collab_permission(
|
||||
&self,
|
||||
oid: &str,
|
||||
|
|
|
|||
|
|
@ -177,7 +177,7 @@ where
|
|||
}
|
||||
|
||||
#[instrument(level = "trace", skip(self, params), oid = %params.oid, err)]
|
||||
#[allow(clippy::blocks_in_conditions)]
|
||||
#[allow(clippy::blocks_in_if_conditions)]
|
||||
async fn upsert_collab_with_transaction(
|
||||
&self,
|
||||
workspace_id: &str,
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ where
|
|||
}
|
||||
|
||||
#[instrument(level = "trace", skip_all, err)]
|
||||
#[allow(clippy::blocks_in_conditions)]
|
||||
#[allow(clippy::blocks_in_if_conditions)]
|
||||
async fn check_workspace_permission(
|
||||
&self,
|
||||
workspace_id: &Uuid,
|
||||
|
|
|
|||
Loading…
Reference in New Issue