mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +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(),
|
/// Bar => bar(),
|
||||||
/// Quz => quz(),
|
/// Quz => quz(),
|
||||||
/// Baz => bar(), // <= oups
|
/// Baz => bar(), // <= oups
|
||||||
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
declare_lint! {
|
declare_lint! {
|
||||||
pub MATCH_SAME_ARMS,
|
pub MATCH_SAME_ARMS,
|
||||||
|
|
Loading…
Reference in a new issue