Skip to content

Commit 587ebbf

Browse files
committed
Rust: Edit test slightly to avoid DBCheck failure.
1 parent f77c795 commit 587ebbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/test/query-tests/diagnostics/my_struct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl MyStruct {
2020

2121
pub fn my_func() {
2222
let _a = 1;
23-
let b: MyStruct =
23+
let b =
2424
MyStruct {
2525
name: String::from("abc"),
2626
value: 123,

0 commit comments

Comments
 (0)