From 57b4ed5647c3d68799db381689ee37be791a9e24 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sat, 8 Apr 2023 03:07:00 +0000 Subject: [PATCH] ices/109853.rs: fixed with errors === stdout === === stderr === error[E0433]: failed to resolve: `clippy` is a tool module, not a module --> /home/runner/work/glacier/glacier/ices/109853.rs:1:5 | 1 | use clippy::time::Instant; | ^^^^^^ `clippy` is a tool module, not a module error: aborting due to previous error For more information about this error, try `rustc --explain E0433`. ============== --- {ices => fixed}/109853.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/109853.rs (100%) diff --git a/ices/109853.rs b/fixed/109853.rs similarity index 100% rename from ices/109853.rs rename to fixed/109853.rs