]> git.lizzy.rs Git - rust.git/commit
Auto merge of #8030 - WaffleLapkin:ignore_trait_assoc_types_type_complexity, r=llogiq
authorbors <bors@rust-lang.org>
Wed, 8 Dec 2021 11:54:03 +0000 (11:54 +0000)
committerbors <bors@rust-lang.org>
Wed, 8 Dec 2021 11:54:03 +0000 (11:54 +0000)
commit3c8f90bd5a03872a9b9088facc3bf9ec8ac42dd0
tree7e7b722028e14a7d07c2ec59decaeb574283058c
parent86cea734494db2e8417c81905d8f371c241c793c
parentc176568abd9290088ec604be644c021caa81f508
Auto merge of #8030 - WaffleLapkin:ignore_trait_assoc_types_type_complexity, r=llogiq

Ignore associated types in traits when considering type complexity

changelog: Ignore associated types in traits when checking ``[`type_complexity`]`` lint.

fixes #1013