You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3013: tock-register-interface: Provide `none` method for FieldValue type. r=lschuermann a=qwandor
### Pull Request Overview
`Default` is useful to construct a `FieldValue` which can be passed to
`modify` as a no-op or used as an additive identity when combining other
`FieldValue`s.
`Eq` and `PartialEq` are useful for assertions in testing.
### Testing Strategy
This pull request was tested by `cargo test`.
### Documentation Updated
- [x] Updated the relevant files in `/docs`, or no updates are required.
### Formatting
- [x] Ran `make prepush`.
Co-authored-by: Andrew Walbran <[email protected]>
0 commit comments