Skip to content

Develop#242

Merged
Alex793x merged 2 commits intomainfrom
develop
Dec 27, 2025
Merged

Develop#242
Alex793x merged 2 commits intomainfrom
develop

Conversation

@Alex793x
Copy link
Copy Markdown
Contributor

No description provided.

Alex Holmberg and others added 2 commits December 27, 2025 03:17
- Use Rust let-chains syntax for collapsible if statements
- Replace manual Option::map implementations with idiomatic patterns
- Add #[derive(Default)] with #[default] attributes where applicable
- Simplify boolean expressions and remove redundant code
- Use std::io::Error::other() instead of verbose Error::new()
- Replace .iter().copied().collect() with .to_vec()
- Use array patterns for char comparisons: ['.', '\n']
- Fix &PathBuf -> &Path in function signatures
- Use .div_ceil() instead of manual implementation
- Update CI to allow structural lints requiring major refactoring

All 564 tests pass with no behavioral changes.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Change print!(...\n) to println!(...) in spinner.rs
- Apply cargo fmt formatting

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@Alex793x Alex793x merged commit edf2f71 into main Dec 27, 2025
8 checks passed
Alex793x added a commit that referenced this pull request Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant