From 73897af732fdf29deb111b72cc6b8803b32bb50f Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 31 Jul 2024 19:36:03 -0700 Subject: [PATCH] tweak --- src/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.rs b/src/run.rs index 85a386f..1f6123a 100644 --- a/src/run.rs +++ b/src/run.rs @@ -31,8 +31,8 @@ impl ToString for FlagReason{ #[derive(Debug)] pub enum Error{ - AlreadyStarted, NotStarted, + AlreadyStarted, AlreadyFinished, } impl std::fmt::Display for Error{