Skip to content

Commit

Permalink
image-rs: removed unused lifetime annotation
Browse files Browse the repository at this point in the history
A Rust 1.84.0 toolchain will complain about unused lifetime
annnotations.

Signed-off-by: Magnus Kulke <[email protected]>
  • Loading branch information
mkulke committed Jan 10, 2025
1 parent 87cade3 commit 2b6ca64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-rs/src/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ impl ImageClient {
}

#[cfg(feature = "nydus")]
async fn do_pull_image_with_nydus<'a>(
async fn do_pull_image_with_nydus(
&mut self,
client: &mut PullClient<'_>,
image_data: &mut ImageMeta,
Expand Down

0 comments on commit 2b6ca64

Please sign in to comment.