From 09b578816aa8e680156af552020845211d713adf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 21:07:19 +0900 Subject: [PATCH] ices/67514.rs: fixed with no errors (#280) === stdout === === stderr === warning: function is never used: `foo` --> /home/runner/work/glacier/glacier/ices/67514.rs:3:4 | 3 | fn foo((Some(_) | None): Option) {} | ^^^ | = note: `#[warn(dead_code)]` on by default ============== Co-authored-by: rustbot <47979223+rustbot@users.noreply.github.com> --- {ices => fixed}/67514.rs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {ices => fixed}/67514.rs (100%) diff --git a/ices/67514.rs b/fixed/67514.rs similarity index 100% rename from ices/67514.rs rename to fixed/67514.rs