amethyst / amethyst/serde-diff
Make Option impl more readable (use same code as for array impl)
Open
- Dominant language
- Rust
- Stars
- 127
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
The code for `Option`
https://github.com/amethyst/serde-diff/blob/e461da41c9339af3ecadf9f4aa61ae91c1f79e97/src/implementation.rs#L315-L356
would be more readable if written like the code for arrays
https://github.com/amethyst/serde-diff/blob/e461da41c9339af3ecadf9f4aa61ae91c1f79e97/src/implementation.rs#L25-L37
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.