diff --git a/Cargo.toml b/Cargo.toml index a382da94..1c193f40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,7 @@ ignored_unit_patterns = "allow" # Not a fan of this lint, doesn't make any needless_return = "allow" # Explicit returns are needed from time to time for clarity redundant_guards = "allow" # Currently broken for some cases, might enable later into_iter_without_iter = "allow" # This is only going to fire on some internal types, doesn't matter much +struct_excessive_bools = "allow" # I have yet to find one case of this being useful [workspace.lints.rustdoc] broken_intra_doc_links = "deny"