From 3aaad68d9df5cb9811cd6f6cb2fe0396ea764c26 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 1 Jan 2023 03:11:04 +0000 Subject: [PATCH] ices/100772.sh: fixed with no errors === stdout === === stderr === warning: unused return value of `Box::::new_in` that must be used --> :5:5 | 5 | Box::new_in(&[0, 1], &std::alloc::Global); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_must_use)]` on by default warning: 1 warning emitted ============== --- {ices => fixed}/100772.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/100772.sh (100%) diff --git a/ices/100772.sh b/fixed/100772.sh similarity index 100% rename from ices/100772.sh rename to fixed/100772.sh