mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
Fix comment
This commit is contained in:
parent
ed60e41917
commit
d589a2d516
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ declare_lint! {
|
|||
/// Bar => bar(),
|
||||
/// Quz => quz(),
|
||||
/// Baz => bar(), // <= oups
|
||||
/// }
|
||||
/// ```
|
||||
declare_lint! {
|
||||
pub MATCH_SAME_ARMS,
|
||||
|
|
Loading…
Reference in a new issue