Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To allow easy checks for "empty" updates, this change adds the PartialEq derive to the generated Update structs. This allows comparison with `Default::default()` to check if an update is empty. Fixes: #117
- Loading branch information