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
- This suppresses the 'derivable-impls' lint error the that was rised
in Clippy in version 1.68 of rust. Becuase it suggest that the default
for the enum BusType should be derived and the default should be
marked with a '#[default]' indicator. The problem is that this lint
is only experimental in rust 1.57 and using this will cause a lint
error that cannot be suppressed which would cause the MSRV CI
build to fail.
Signed-off-by: Jesper Brynolf <[email protected]>
0 commit comments