File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 78
78
clippy:: toplevel_ref_arg,
79
79
clippy:: uninlined_format_args,
80
80
clippy:: upper_case_acronyms,
81
- // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
82
- clippy:: wrong_self_convention
81
+ clippy:: wrong_self_convention, // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
83
82
) ]
84
83
85
84
mod cargo;
Original file line number Diff line number Diff line change 27
27
clippy:: too_many_arguments,
28
28
clippy:: too_many_lines,
29
29
clippy:: toplevel_ref_arg,
30
- // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
31
- clippy:: wrong_self_convention
30
+ clippy:: wrong_self_convention, // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
32
31
) ]
33
32
34
33
mod app;
Original file line number Diff line number Diff line change 39
39
clippy:: too_many_lines,
40
40
clippy:: toplevel_ref_arg,
41
41
clippy:: uninlined_format_args,
42
- // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
43
- clippy:: wrong_self_convention
42
+ clippy:: wrong_self_convention, // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
44
43
) ]
45
44
46
45
mod error;
Original file line number Diff line number Diff line change 27
27
clippy:: toplevel_ref_arg,
28
28
clippy:: uninlined_format_args,
29
29
clippy:: useless_let_if_seq,
30
- // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
31
- clippy:: wrong_self_convention
30
+ clippy:: wrong_self_convention, // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
32
31
) ]
33
32
34
33
mod derive;
You can’t perform that action at this time.
0 commit comments