JosephTLyons / JosephTLyons/termifind-rust
TruncationOptions Should be Wrapped in `Option`
Open
required
- Dominant language
- Rust
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Instead of TruncationOptions holding an enum value for `None`, just wrap the enum in an `Option` and then allow it to be `None`. Remove the `None` option from it after.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.