Skip to content

Commit 5dba241

Browse files
committed
Rust: Fix annotation in comment
1 parent 6cecf7e commit 5dba241

File tree

1 file changed

+1
-1
lines changed
  • rust/ql/test/library-tests/path-resolution

1 file changed

+1
-1
lines changed

rust/ql/test/library-tests/path-resolution/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ mod m23 {
525525
trait Trait1<
526526
T // I1
527527
> {
528-
fn f(&self); // // I3
528+
fn f(&self); // I3
529529
} // I2
530530

531531
struct S; // I4

0 commit comments

Comments
 (0)