mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-05 02:50:32 +00:00
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…
Reference in a new issue