mirror of
https://github.com/imjasonh/krust
synced 2026-07-10 23:52:18 +00:00
Fix rustfmt and clippy issues
- Add missing newlines at end of files - Remove trailing whitespace - Use next_back() instead of last() for DoubleEndedIterator - Use &Path instead of &PathBuf for function parameter 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
5e89023925
commit
2cf7ab1c17
3 changed files with 15 additions and 17 deletions
|
|
@ -50,4 +50,4 @@ pub enum Commands {
|
|||
|
||||
/// Show version information
|
||||
Version,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue