提交 b57e82e7 编写于 作者: B Ben S

Typo fix

上级 2d8a9b49
......@@ -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,
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册