Ignore struct_excessive_bools pedantic lint

This commit is contained in:
David Tolnay
2020-02-12 19:34:11 -08:00
parent a61cd0f236
commit 142955b109
+1
View File
@@ -47,6 +47,7 @@
must_use_candidate,
similar_names,
single_match_else,
struct_excessive_bools,
too_many_lines,
unseparated_literal_suffix,
use_self,