Skip to content

Commit a7e78e8

Browse files
hvitvedCopilot
andauthored
Update rust/ql/lib/codeql/rust/internal/PathResolution.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 63926e6 commit a7e78e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/internal/PathResolution.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ abstract class ItemNode extends Locatable {
307307
this = impl and
308308
trait = impl.resolveTraitTyCand() and
309309
result = trait.getASuccessor(name, kind, useOpt) and
310-
// do not inerit default implementations from super traits; those are inherited by
310+
// do not inherit default implementations from super traits; those are inherited by
311311
// their `impl` blocks
312312
result = trait.getAssocItem(name) and
313313
result.(AssocItemNode).hasImplementation() and

0 commit comments

Comments
 (0)