remove unnecessary lifetime
This commit is contained in:
parent
7681bbc760
commit
335b7a25cf
@ -19,7 +19,7 @@ struct MoveCmd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
impl<'a> FromStr for MoveCmd {
|
impl FromStr for MoveCmd {
|
||||||
type Err = eyre::Report;
|
type Err = eyre::Report;
|
||||||
|
|
||||||
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user