We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77c795 commit 587ebbfCopy full SHA for 587ebbf
1 file changed
rust/ql/test/query-tests/diagnostics/my_struct.rs
@@ -20,7 +20,7 @@ impl MyStruct {
20
21
pub fn my_func() {
22
let _a = 1;
23
- let b: MyStruct =
+ let b =
24
MyStruct {
25
name: String::from("abc"),
26
value: 123,
0 commit comments