Rust: Remove duplicated inclusion of getAdditionalPathTypeAt

This commit is contained in:
Simon Friis Vindum
2026-01-27 16:10:03 +01:00
parent aae5333325
commit 2cb0e81da0

View File

@@ -107,8 +107,6 @@ private module MkTypeMention<getAdditionalPathTypeAtSig/2 getAdditionalPathTypeA
abstract Type resolvePathTypeAt(TypePath typePath);
final override Type getTypeAt(TypePath typePath) {
result = getAdditionalPathTypeAt(this, typePath)
or
result = this.resolvePathTypeAt(typePath) and
(
not result instanceof TypeParameter