Skip to content

Commit 989c144

Browse files
committedMar 28, 2025
Rust: Minor doc tweaks based on PR comments
1 parent 623bc23 commit 989c144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎shared/typeinference/codeql/typeinference/internal/TypeInference.qll

+1-2
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
344344
)
345345
}
346346

347-
/** Similar to `baseTypeMentionHasTypeAt` but FIXME: */
348347
pragma[inline]
349348
predicate baseTypeMentionHasNonTypeParameterAt(
350349
Type sub, TypeMention baseMention, TypePath path, Type t
@@ -527,7 +526,7 @@ module Make1<LocationSig Location, InputSig1<Location> Input1> {
527526
private module AccessBaseType {
528527
/**
529528
* Holds if inferring types at `a` might depend on the type at `path` of
530-
* `apos` having `base` as a transitive base type mention.
529+
* `apos` having `base` as a transitive base type.
531530
*/
532531
private predicate relevantAccess(Access a, AccessPosition apos, TypePath path, Type base) {
533532
exists(Declaration target, DeclarationPosition dpos |

0 commit comments

Comments
 (0)