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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tom Hvitved
2026-02-09 19:38:49 +01:00
committed by GitHub
parent 109d802607
commit 6611978368

View File

@@ -20,7 +20,7 @@ class DerefImplItemNode extends ImplItemNode {
Type resolveSelfTypeAt(TypePath path) { result = resolveImplSelfTypeAt(this, path) }
/**
* Holds if the target type of the dereference implemention mentions type
* Holds if the target type of the dereference implementation mentions type
* parameter `tp` at `path`.
*/
pragma[nomagic]