mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-12-04 15:16:31 +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,
|
||||
}
|
||||
|
||||
#[allow(clippy::async_yields_async)]
|
||||
#[tracing::instrument(
|
||||
name = "Adding a new subscriber",
|
||||
skip(form, pool),
|
||||
|
|
Loading…
Reference in a new issue