We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6fc0d commit 4908c69Copy full SHA for 4908c69
gen/build/src/lib.rs
@@ -76,6 +76,7 @@
76
clippy::too_many_arguments,
77
clippy::too_many_lines,
78
clippy::toplevel_ref_arg,
79
+ clippy::unconditional_recursion, // clippy bug: https://github.com/rust-lang/rust-clippy/issues/12133
80
clippy::uninlined_format_args,
81
clippy::upper_case_acronyms,
82
clippy::wrong_self_convention, // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6983
0 commit comments