Skip to content

Commit 3ade6aa

Browse files
authored
ref(lints): Remove unused import (#950)
1 parent b75c1c9 commit 3ade6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

symbolic-debuginfo/tests/test_objects.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use std::{env, ffi::CString, fmt, io::BufWriter};
1+
use std::{ffi::CString, fmt, io::BufWriter};
22

33
use symbolic_common::ByteView;
44
use symbolic_debuginfo::{

0 commit comments

Comments
 (0)