Skip to content

Commit bcf088e

Browse files
committed
Fix another unused imports warning
1 parent 489af06 commit bcf088e

File tree

1 file changed

+1
-1
lines changed
  • crates/macos_frames_test/tests

1 file changed

+1
-1
lines changed

crates/macos_frames_test/tests/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#[test]
99
#[cfg(target_os = "macos")]
1010
fn backtrace_no_dsym() {
11-
use std::{env, fs, panic};
11+
use std::{env, fs};
1212

1313
// Find our dSYM and replace the DWARF binary with an empty file
1414
let mut dsym_path = env::current_exe().unwrap();

0 commit comments

Comments
 (0)