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 0efa72e commit 0314813Copy full SHA for 0314813
rust/ql/lib/codeql/rust/internal/TypeInference.qll
@@ -2247,7 +2247,7 @@ private module BlanketImplementation {
2247
(
2248
f = impl.getAssocItem(name)
2249
or
2250
- // If the the trait has a method with a default implementation, then that
+ // If the trait has a method with a default implementation, then that
2251
// target is interesting as well.
2252
not exists(impl.getAssocItem(name)) and
2253
f = impl.resolveTraitTy().getAssocItem(name)
0 commit comments