bf70865cf4
unused_self: respect avoid-breaking-exported-api ``` changelog: [`unused_self`]: Now respects the `avoid-breaking-exported-api` config option ``` Fixes #9195. I mostly copied the implementation from `unnecessary_wraps`, since I don't have much understanding of rustc internals.