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
- key_utils.rs: Use if expression for late init pattern
- consts.rs: Fix doc list item indentation
- rendering.rs: Remove unnecessary if branches with identical blocks
- action_bar.rs: Consolidate identical if branches
- backtrack_overlay.rs: Use clamp() instead of min().max()
- scrollable_dropdown.rs: Use clamp() instead of max().min()
- export.rs: Rename from_str to parse to avoid trait conflict
- login.rs: Use vec![] macro instead of push after init
- state.rs: Box large enum variant to reduce size
- methods.rs: Update to use Box::new for InteractiveState
- runner.rs: Collapse nested if let statements
- actions.rs: Use strip_prefix instead of starts_with + slice
- core.rs: Remove redundant if condition with identical branches
- input.rs: Collapse nested if, remove needless return statements
0 commit comments