From 52058de6a925238a3558bbc32615c42d2e54d548 Mon Sep 17 00:00:00 2001 From: rustbot Date: Sun, 26 Nov 2023 03:05:54 +0000 Subject: [PATCH] ices/110106.rs: fixed with no errors === stdout === === stderr === warning: struct `D` is never constructed --> /home/runner/work/glacier/glacier/ices/110106.rs:4:8 | 4 | struct D { | ^ | = note: `#[warn(dead_code)]` on by default warning: associated items `Item` and `next` are never used --> /home/runner/work/glacier/glacier/ices/110106.rs:9:10 | 8 | impl D { | --------------------- associated items in this implementation 9 | type Item = T; | ^^^^ 10 | 11 | fn next() -> Self::Item { | ^^^^ warning: 2 warnings emitted ============== --- {ices => fixed}/110106.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/110106.rs (100%) diff --git a/ices/110106.rs b/fixed/110106.rs similarity index 100% rename from ices/110106.rs rename to fixed/110106.rs