diff --git a/crates/macos_frames_test/tests/main.rs b/crates/macos_frames_test/tests/main.rs index 1d28f2022..f0e905b24 100644 --- a/crates/macos_frames_test/tests/main.rs +++ b/crates/macos_frames_test/tests/main.rs @@ -8,7 +8,7 @@ #[test] #[cfg(target_os = "macos")] fn backtrace_no_dsym() { - use std::{env, fs, panic}; + use std::{env, fs}; // Find our dSYM and replace the DWARF binary with an empty file let mut dsym_path = env::current_exe().unwrap();