From 2b415e4a83781860ced8c9c877a60f32ef42b957 Mon Sep 17 00:00:00 2001 From: rustbot Date: Tue, 11 Jan 2022 12:07:13 +0000 Subject: [PATCH] ices/85447.rs: fixed with no errors === stdout === === stderr === warning: unused import: `hash::Hash` --> /home/runner/work/glacier/glacier/ices/85447.rs:2:33 | 2 | use std::{collections::HashMap, hash::Hash}; | ^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/85447.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/85447.rs (100%) diff --git a/ices/85447.rs b/fixed/85447.rs similarity index 100% rename from ices/85447.rs rename to fixed/85447.rs