mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
removed unnecessary comment
This commit is contained in:
parent
459969f88f
commit
ceab1a9167
@ -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 New Issue
Block a user