Skip to content

Commit 09a2dd4

Browse files
hvitvedCopilot
andauthored
Update rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6295f57 commit 09a2dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private Type substituteLookupTraits0(ItemNode i, Type t) {
245245

246246
/**
247247
* Gets the type obtained by substituting in relevant traits in which to do function
248-
* lookup, or `t` itself when no such trait exist, in the context of AST node `n`.
248+
* lookup, or `t` itself when no such trait exists, in the context of AST node `n`.
249249
*/
250250
bindingset[n, t]
251251
pragma[inline_late]

0 commit comments

Comments
 (0)