Skip to content

Commit

Permalink
Fixes clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Nov 9, 2024
1 parent 8937374 commit 94abe35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dumper/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ struct OrbisNotificationRequest {

#[global_allocator]
static ALLOCATOR: Allocator<kernel!()> = Allocator::new();
static DUMP_FILE: &'static str = "/mnt/usb0/firmware.obf";
static DUMP_FILE: &str = "/mnt/usb0/firmware.obf";

0 comments on commit 94abe35

Please sign in to comment.