Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6611978

Browse files
hvitvedCopilot
andauthored
Update rust/ql/lib/codeql/rust/internal/typeinference/DerefChain.qll
Co-authored-by: Copilot <[email protected]>
1 parent 109d802 commit 6611978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DerefImplItemNode extends ImplItemNode {
2020
Type resolveSelfTypeAt(TypePath path) { result = resolveImplSelfTypeAt(this, path) }
2121

2222
/**
23-
* Holds if the target type of the dereference implemention mentions type
23+
* Holds if the target type of the dereference implementation mentions type
2424
* parameter `tp` at `path`.
2525
*/
2626
pragma[nomagic]

0 commit comments

Comments
 (0)