mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
Allow type underscore (probably in instrument)
This commit is contained in:
parent
25b60e6935
commit
22e526fd2a
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ impl Process {
|
|||
})
|
||||
}
|
||||
|
||||
#[allow(unknown_lints)]
|
||||
#[allow(clippy::let_with_type_underscore)]
|
||||
#[tracing::instrument(level = "trace", skip_all)]
|
||||
fn spawn_fn<F, Fut>(mut self, f: F) -> impl AsyncRead + Unpin
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue