removed unnecessary comment
This commit is contained in:
parent
459969f88f
commit
ceab1a9167
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ declare_clippy_lint! {
|
|||
/// **Example:**
|
||||
///
|
||||
/// ```rust
|
||||
/// fn option_with_panic() -> Option<bool> // should emit lint
|
||||
/// fn option_with_panic() -> Option<bool>
|
||||
/// {
|
||||
/// panic!("error");
|
||||
/// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue