Skip to content

Commit ceab1a9

Browse files
author
Vali Schneider
committed
removed unnecessary comment
1 parent 459969f commit ceab1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/panic_in_result.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare_clippy_lint! {
1616
/// **Example:**
1717
///
1818
/// ```rust
19-
/// fn option_with_panic() -> Option<bool> // should emit lint
19+
/// fn option_with_panic() -> Option<bool>
2020
/// {
2121
/// panic!("error");
2222
/// }

0 commit comments

Comments
 (0)