Skip to content

Commit 537e7a8

Browse files
committed
Rust: Fix formatting
1 parent 701cff3 commit 537e7a8

File tree

3 files changed

+383
-382
lines changed

3 files changed

+383
-382
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
multipleCallTargets
2-
| main.rs:124:9:124:11 | f(...) |
2+
| main.rs:125:9:125:11 | f(...) |

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ mod m6 {
119119

120120
pub fn g() {
121121
println!("main.rs::m6::g"); // $ item=println
122-
// this import shadows the definition `I35`, which we don't currently handle
122+
123+
// this import shadows the definition `I35`, which we don't currently handle
123124
use super::m5::*; // $ item=I32
124125
f(); // $ item=I33 $ SPURIOUS: item=I35
125126
} // I36

0 commit comments

Comments
 (0)