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