From ba30e9fd286d156770fb2eada20b90290446dc68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 22:23:25 +0900 Subject: [PATCH] ices/84434.rs: fixed with no errors (#734) === stdout === === stderr === warning: unused variable: `parent` --> /home/runner/work/glacier/glacier/ices/84434.rs:10:28 | 10 | } else if let Some(parent) = b.and_then(|p| p.parent()) { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_parent` | = note: `#[warn(unused_variables)]` on by default warning: unused variable: `a` --> /home/runner/work/glacier/glacier/ices/84434.rs:7:19 | 7 | func: |check, a, b| { | ^ help: if this is intentional, prefix it with an underscore: `_a` warning: struct is never constructed: `A` --> /home/runner/work/glacier/glacier/ices/84434.rs:3:8 | 3 | struct A { | ^ | = note: `#[warn(dead_code)]` on by default warning: constant is never used: `MY_A` --> /home/runner/work/glacier/glacier/ices/84434.rs:6:1 | 6 | / const MY_A: A = A { 7 | | func: |check, a, b| { 8 | | if check { 9 | | let _ = (); ... | 13 | | }, 14 | | }; | |__^ warning: 4 warnings emitted ============== Co-authored-by: rustbot --- {ices => fixed}/84434.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/84434.rs (100%) diff --git a/ices/84434.rs b/fixed/84434.rs similarity index 100% rename from ices/84434.rs rename to fixed/84434.rs