We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff9b68 commit 20393a5Copy full SHA for 20393a5
src/capture.rs
@@ -1,3 +1,5 @@
1
+#![allow(soft_unstable)]
2
+
3
use crate::PrintFmt;
4
use crate::{resolve, resolve_frame, trace, BacktraceFmt, Symbol, SymbolName};
5
use std::ffi::c_void;
0 commit comments