Rust: Remove condition that always holds

This commit is contained in:
Simon Friis Vindum
2025-09-15 10:58:27 +02:00
parent 875c7da87c
commit 35438294d1

View File

@@ -650,7 +650,6 @@ final class ImplItemNode extends ImplOrTraitItemNode instanceof Impl {
TypeParamItemNode getBlanketImplementationTypeParam() {
result = this.resolveSelfTy() and
result = super.getGenericParamList().getAGenericParam() and
// This impl block is not superseded by the expansion of an attribute macro.
not exists(super.getAttributeMacroExpansion())
}