Skip to content

Commit

Permalink
Fix another unused imports warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 23, 2020
1 parent 489af06 commit bcf088e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/macos_frames_test/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bcf088e

Please sign in to comment.