Skip to content

Commit 94abe35

Browse files
committed
Fixes clippy
1 parent 8937374 commit 94abe35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumper/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ struct OrbisNotificationRequest {
220220

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

0 commit comments

Comments
 (0)