Fix error msg
This commit is contained in:
parent
ad9d31f3fe
commit
e1fe0cd719
@ -22,7 +22,7 @@ pub enum ErrorKind {
|
|||||||
DefineArgNotFound(String),
|
DefineArgNotFound(String),
|
||||||
#[fail(display = "Define text not found: {}", _0)]
|
#[fail(display = "Define text not found: {}", _0)]
|
||||||
DefineTextNotFound(String),
|
DefineTextNotFound(String),
|
||||||
#[fail(display = "Define text not found: {}", _0)]
|
#[fail(display = "Define not found: {}", _0)]
|
||||||
DefineNotFound(String),
|
DefineNotFound(String),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user