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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2026-03-25 15:01:39 +01:00
committed by GitHub
parent 6295f57a87
commit 09a2dd4a2e

View File

@@ -245,7 +245,7 @@ private Type substituteLookupTraits0(ItemNode i, Type t) {
/**
* Gets the type obtained by substituting in relevant traits in which to do function
* lookup, or `t` itself when no such trait exist, in the context of AST node `n`.
* lookup, or `t` itself when no such trait exists, in the context of AST node `n`.
*/
bindingset[n, t]
pragma[inline_late]