automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-06-28 21:55:12 +00:00 committed by github-actions[bot]
parent 0488b2f497
commit 216b896067
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ pub enum ReplError {
#[error(transparent)]
Parsing(#[from] clap::Error),
#[error(transparent)]
Input(#[from] dialoguer::Error)
Input(#[from] dialoguer::Error),
}