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 09ad565 commit c54f448Copy full SHA for c54f448
src/tracing.rs
@@ -5,7 +5,7 @@ use std::{
5
6
use libc::{c_char, c_int};
7
8
-use crate::{panic, raw, util::Binding, Error};
+use crate::{raw, util::Binding, Error};
9
10
/// Available tracing levels. When tracing is set to a particular level,
11
/// callers will be provided tracing at the given level and all lower levels.
0 commit comments