Skip to content

Commit 12fc354

Browse files
committed
fixup: clippy
1 parent 9004829 commit 12fc354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mullvad-daemon/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const EARLY_BOOT_LOG_FILENAME: &str = "early-boot-fw.log";
2323

2424
fn main() {
2525
let runtime = new_runtime_builder().build().unwrap_or_else(|e| {
26-
eprintln!("{}", e.display_chain().to_string());
26+
eprintln!("{}", e.display_chain());
2727
std::process::exit(1);
2828
});
2929

0 commit comments

Comments
 (0)