Skip to content

Commit c54f448

Browse files
committed
nit: remove unused import
1 parent 09ad565 commit c54f448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tracing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::{
55

66
use libc::{c_char, c_int};
77

8-
use crate::{panic, raw, util::Binding, Error};
8+
use crate::{raw, util::Binding, Error};
99

1010
/// Available tracing levels. When tracing is set to a particular level,
1111
/// callers will be provided tracing at the given level and all lower levels.

0 commit comments

Comments
 (0)