Ignore clippy false positive
This commit is contained in:
parent
5ba09005af
commit
3044d819a6
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ impl ActivityHandler for Follow {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ignore clippy false positive: https://github.com/rust-lang/rust-clippy/issues/6446
|
||||||
|
#[allow(clippy::await_holding_lock)]
|
||||||
async fn receive(
|
async fn receive(
|
||||||
self,
|
self,
|
||||||
data: &Data<Self::DataType>,
|
data: &Data<Self::DataType>,
|
||||||
|
|
Loading…
Reference in a new issue