generated from PlexSheep/baserepo
automatic cargo CI changes
This commit is contained in:
parent
0488b2f497
commit
216b896067
|
@ -5,5 +5,5 @@ pub enum ReplError {
|
|||
#[error(transparent)]
|
||||
Parsing(#[from] clap::Error),
|
||||
#[error(transparent)]
|
||||
Input(#[from] dialoguer::Error)
|
||||
Input(#[from] dialoguer::Error),
|
||||
}
|
||||
|
|
Reference in New Issue