Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DefaultTo* structs derive Clone, Debug, etc. (#84)
When using either `DefaultToHost` or `DefaultToUnknown` structs (which are named tuples with `Default` implementations), the developer loses the benefits of being able to use them in `Clone`, `Debug`, `PartialEq`, `Eq`, and `Hash` contexts. This commit adds the `#[derive]` macros to these structs to retain these traits from `Triple`.
- Loading branch information