Skip to content

Commit 820d21f

Browse files
committed
clippy
1 parent f4c4fa1 commit 820d21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ where
308308
Some(if return_nan { ecx.generate_nan(&[base]) } else { one })
309309
}
310310

311-
_ => return None,
311+
_ => None,
312312
}
313313
}
314314

0 commit comments

Comments
 (0)