We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8937374 commit 94abe35Copy full SHA for 94abe35
dumper/src/main.rs
@@ -220,4 +220,4 @@ struct OrbisNotificationRequest {
220
221
#[global_allocator]
222
static ALLOCATOR: Allocator<kernel!()> = Allocator::new();
223
-static DUMP_FILE: &'static str = "/mnt/usb0/firmware.obf";
+static DUMP_FILE: &str = "/mnt/usb0/firmware.obf";
0 commit comments