mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-04-06 07:21:51 +00:00
Typo fix
This commit is contained in:
parent
2d8a9b49be
commit
b57e82e771
@ -609,7 +609,7 @@ mod test {
|
|||||||
|
|
||||||
fn is_helpful<T>(misfire: Result<T, Misfire>) -> bool {
|
fn is_helpful<T>(misfire: Result<T, Misfire>) -> bool {
|
||||||
match misfire {
|
match misfire {
|
||||||
Misfire::Err(Help(_)) => true,
|
Err(Misfire::Help(_)) => true,
|
||||||
_ => false,
|
_ => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user