From 40f465cfea7422b0d2e579bfe3cdf3857e2893b1 Mon Sep 17 00:00:00 2001 From: rustbot Date: Wed, 7 Oct 2020 12:21:56 +0000 Subject: [PATCH] ices/75983.rs: fixed with no errors === stdout === === stderr === warning: function is never used: `new` --> /home/runner/work/glacier/glacier/ices/75983.rs:9:4 | 9 | fn new() -> impl Baz { | ^^^ | = note: `#[warn(dead_code)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/75983.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/75983.rs (100%) diff --git a/ices/75983.rs b/fixed/75983.rs similarity index 100% rename from ices/75983.rs rename to fixed/75983.rs