mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-04 23:26:32 +00:00
Fix clippy lint.
This commit is contained in:
parent
15f3173723
commit
ea72fa9017
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue