Skip to content

Commit b9e8ad0

Browse files
committed
chore(rocm): cargo -Zgitoxide -Zgit clippy --locked --all-targets --features rocm --fix
1 parent a00e09f commit b9e8ad0

File tree

1 file changed

+1
-4
lines changed
  • crates/subspace-farmer/src/plotter/gpu

1 file changed

+1
-4
lines changed

crates/subspace-farmer/src/plotter/gpu/rocm.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ impl RocmRecordsEncoder {
102102
eprintln!("panic on thread {}: {:?}", thread_name(index), panic_info);
103103
} else {
104104
// We want to guarantee exit, rather than panicking in a panic handler.
105-
eprintln!(
106-
"rayon panic handler called on non-rayon thread: {:?}",
107-
panic_info
108-
);
105+
eprintln!("rayon panic handler called on non-rayon thread: {panic_info:?}");
109106
}
110107
exit(1);
111108
};

0 commit comments

Comments
 (0)