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
Fixes lint problems reported by Clippy in Rust 1.80.0
- In Rust 1.80.0 the `size_of` function is added to
the preemble which causes lint errors when used
with full qualifiers in the code so for that
specific function the lint error has been suppressed.
- Other unused qualifiers and documentation lint errors
have been fixed.
- Fixed redundant code in build.rs
- Fixed a configuration flag not being used correctly.
Signed-off-by: Jesper Brynolf <[email protected]>
0 commit comments