Closed novafacing closed 4 months ago
@novafacing it appears that this change has broken one of the compile tests. I'm not thrilled with the change in the compiler diagnostic - maybe adding an #[allow(clippy::...)]
is the better move?
That works for me, I don't really like this diagnostic either. I updated the PR to just add that allow
, if you're cool with that.
This is being superseded by #296, which puts the allow
on the generated trait impl rather than trying to hunt down each place where it appears.
Clippy has recently started emitting error messages like:
This PR just uses
unwrap_or_default
as Clippy wants and the error message goes away.