This commit is contained in:
Quaternions 2024-07-31 19:36:03 -07:00
parent e1ae02d794
commit 73897af732

View File

@ -31,8 +31,8 @@ impl ToString for FlagReason{
#[derive(Debug)] #[derive(Debug)]
pub enum Error{ pub enum Error{
AlreadyStarted,
NotStarted, NotStarted,
AlreadyStarted,
AlreadyFinished, AlreadyFinished,
} }
impl std::fmt::Display for Error{ impl std::fmt::Display for Error{