Fix clippy lint.

This commit is contained in:
Luca Palmieri 2021-09-11 21:48:29 +02:00
parent 15f3173723
commit ea72fa9017

View file

@ -9,6 +9,7 @@ pub struct FormData {
name: String, name: String,
} }
#[allow(clippy::async_yields_async)]
#[tracing::instrument( #[tracing::instrument(
name = "Adding a new subscriber", name = "Adding a new subscriber",
skip(form, pool), skip(form, pool),