We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63926e6 commit a7e78e8Copy full SHA for a7e78e8
rust/ql/lib/codeql/rust/internal/PathResolution.qll
@@ -307,7 +307,7 @@ abstract class ItemNode extends Locatable {
307
this = impl and
308
trait = impl.resolveTraitTyCand() and
309
result = trait.getASuccessor(name, kind, useOpt) and
310
- // do not inerit default implementations from super traits; those are inherited by
+ // do not inherit default implementations from super traits; those are inherited by
311
// their `impl` blocks
312
result = trait.getAssocItem(name) and
313
result.(AssocItemNode).hasImplementation() and
0 commit comments