We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489af06 commit bcf088eCopy full SHA for bcf088e
crates/macos_frames_test/tests/main.rs
@@ -8,7 +8,7 @@
8
#[test]
9
#[cfg(target_os = "macos")]
10
fn backtrace_no_dsym() {
11
- use std::{env, fs, panic};
+ use std::{env, fs};
12
13
// Find our dSYM and replace the DWARF binary with an empty file
14
let mut dsym_path = env::current_exe().unwrap();
0 commit comments