From be582ba23ff25a6dd8744fee05742cb017efc1bf Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 21 Jun 2020 12:10:46 +0000 Subject: [PATCH] ices/73109.sh: fixed with no errors === stdout === === stderr === warning: unused variable: `x` --> :2:6 | 2 | let x = "a".to_string(); | ^ help: if this is intentional, prefix it with an underscore: `_x` | = note: `#[warn(unused_variables)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/73109.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/73109.sh (100%) diff --git a/ices/73109.sh b/fixed/73109.sh similarity index 100% rename from ices/73109.sh rename to fixed/73109.sh