User-TGK
Results
1
comments of
User-TGK
Thanks for the info @Boscop. The workaround I currently use is replacing the following line with the snippet below. https://github.com/amethyst/serde-diff/blob/e461da41c9339af3ecadf9f4aa61ae91c1f79e97/src/implementation.rs#L383 ``` if let Value(v) = ctx .read_next_command(seq)? .expect("Expected value") {...