mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +00:00
fix
This commit is contained in:
parent
9a432cab31
commit
97b26e6a0c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ fn input() {
|
|||
field: "it's salsa time".to_string(),
|
||||
};
|
||||
let complex_struct = ComplexStruct::new(db, input, not_salsa);
|
||||
|
||||
|
||||
// debug includes all fields
|
||||
let actual = format!("{complex_struct:?}");
|
||||
let expected = expect![[
|
||||
|
|
Loading…
Reference in a new issue