Skip to content

Commit 0314813

Browse files
committed
Rust: Typo
1 parent 0efa72e commit 0314813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,7 @@ private module BlanketImplementation {
22472247
(
22482248
f = impl.getAssocItem(name)
22492249
or
2250-
// If the the trait has a method with a default implementation, then that
2250+
// If the trait has a method with a default implementation, then that
22512251
// target is interesting as well.
22522252
not exists(impl.getAssocItem(name)) and
22532253
f = impl.resolveTraitTy().getAssocItem(name)

0 commit comments

Comments
 (0)