From 62207f152cdf2f54fd426b8ae4fd6fd5571c4e8e Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Mon, 1 Jun 2026 13:55:22 +0200 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll b/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll index 87c42ed7dad..4c039a6f957 100644 --- a/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll +++ b/rust/ql/lib/codeql/rust/elements/internal/ImplImpl.qll @@ -55,7 +55,7 @@ module Impl { * impl MyTrait for MyType { ... } * ``` * - * the type being implemented is in both cases`MyType`. + * the type being implemented is in both cases `MyType`. */ TypeItem getSelf() { result = this.getSelfTy().(TypeMention).getType().(DataType).getTypeItem()