mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +00:00
Clippy
This commit is contained in:
parent
3cea63a0eb
commit
f221887599
1 changed files with 1 additions and 0 deletions
|
@ -716,6 +716,7 @@ async fn not_found_hash<R: FullRepo>(repo: &R) -> Result<Option<(Alias, R::Bytes
|
|||
}
|
||||
|
||||
/// Process files
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[tracing::instrument(
|
||||
name = "Serving processed image",
|
||||
skip(repo, store, client, config, process_map)
|
||||
|
|
Loading…
Reference in a new issue