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
fix: resolve clippy warnings for nightly-2025-07-20
- Elide explicit lifetimes where possible ('a -> '_)
- Add #[must_use] attributes to pure functions
- Add backticks in doc comments for doc_markdown lint
- Use u32::from() instead of 'as u32' for lossless casts
- Use is_multiple_of() instead of modulo comparison
- Add numeric underscores for readability (115200 -> 115_200)
- Remove unused variables in main.rs
- Allow cast_possible_truncation for UART RBR read
- Allow static_mut_refs in test fixtures
- Remove needless continue statements
0 commit comments