We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duration
Eq
I guess this would be nice to have. Is there a reason for not implementing it?
The text was updated successfully, but these errors were encountered:
Probably nobody needed it so far. Go ahead and submit a PR if you want.
Sorry, something went wrong.
Through #[cw_serde] it derives PartialEq. But because of that we don't see a clippy warning to also add Eq. Feel free to add.
#[cw_serde]
No branches or pull requests
I guess this would be nice to have. Is there a reason for not implementing it?
The text was updated successfully, but these errors were encountered: