From 2b10c8aef378447886854913a11af6de441bd879 Mon Sep 17 00:00:00 2001 From: Simon Friis Vindum Date: Wed, 11 Feb 2026 09:09:34 +0100 Subject: [PATCH] Rust: Fix gramar in qldoc --- .../lib/codeql/rust/internal/typeinference/AssociatedTypes.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/internal/typeinference/AssociatedTypes.qll b/rust/ql/lib/codeql/rust/internal/typeinference/AssociatedTypes.qll index a31b2730def..546bdad6169 100644 --- a/rust/ql/lib/codeql/rust/internal/typeinference/AssociatedTypes.qll +++ b/rust/ql/lib/codeql/rust/internal/typeinference/AssociatedTypes.qll @@ -37,7 +37,7 @@ predicate asTraitPath(Path path, TypeRepr typeRepr, Path traitPath, string name) /** * Holds if `assoc` is accessed on `tp` in `path`. * - * That is this is the case when `path` is of the form `::AssocType` or `tp::AssocType`; and `AssocType` resolves to `assoc`. */ predicate tpAssociatedType(TypeParam tp, AssocType assoc, Path path) {