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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

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,