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
* Clippy now complains about struct fields that are never read. With
ids it's understandable, but with errors it's just plain annoying as
those are used by the implementation of the Debug trait, and yet clippy
choses to ignore derived implementations
* Update the dependencies to close some security vulnerabilities
0 commit comments