From 09a2dd4a2e539f505e11aa4e1ae79c6f4038f64f Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Wed, 25 Mar 2026 15:01:39 +0100 Subject: [PATCH] Update rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll b/rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll index 0816ce49c29..d128875eda7 100644 --- a/rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll +++ b/rust/ql/lib/codeql/rust/internal/typeinference/FunctionType.qll @@ -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]