mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-07-10 03:18:56 -07:00
style: fix clippy warnings and cargo fmt formatting
- Replace redundant closure with function reference (clippy::redundant_closure) - Use is_some_and instead of map_or(false, ...) (clippy::unnecessary_map_or) - Run cargo fmt across all files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
31bbefee33
commit
e26634c03c
@@ -239,4 +239,3 @@ fn test_import_existing_program() {
|
||||
.assert()
|
||||
.success();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user