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 Clippy warnings after updating the local Rust toolchain
Refactored several modules to use Rust's let-chains for more concise and readable pattern matching, replacing nested if-let and match statements. This change affects format detection, merge logic, validation, test cases, and language inference, improving code clarity and reducing nesting.
0 commit comments