From ee7127f2492596ab4f81cc2bcae262314a77cffb Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 15 May 2023 13:13:54 -0400 Subject: [PATCH] container/store: Fix one clippy lint --- lib/src/container/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/container/store.rs b/lib/src/container/store.rs index 58cee1750..e66c33ee8 100644 --- a/lib/src/container/store.rs +++ b/lib/src/container/store.rs @@ -883,7 +883,7 @@ impl ImageImporter { None, Some(&metadata), &merged_root, - timestamp as u64, + timestamp, cancellable, ) .context("Writing commit")?;