mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user