From f2cc14dec113a64a6ef8d00c68b49a160dd15737 Mon Sep 17 00:00:00 2001 From: cscherrNT Date: Fri, 22 Mar 2024 09:12:21 +0000 Subject: [PATCH] automatic cargo CI changes --- src/bin/game/cli.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/game/cli.rs b/src/bin/game/cli.rs index 17d70b2..29923ba 100644 --- a/src/bin/game/cli.rs +++ b/src/bin/game/cli.rs @@ -3,7 +3,6 @@ #![warn(missing_debug_implementations)] use std::io::Write; -use anyhow::anyhow; use clap::Parser; use libpt::log::*; use wordle_analyzer::error::GameError;