chore: cargo clippy
This commit is contained in:
parent
8b271eedd5
commit
0b08ab34ea
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -178,7 +178,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,
|
||||
|
|
|
|||
|
|
@ -201,7 +201,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