Skip to content

Commit 20393a5

Browse files
committed
Allow RustcDecodable/RustcEncodable
1 parent 8ff9b68 commit 20393a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/capture.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(soft_unstable)]
2+
13
use crate::PrintFmt;
24
use crate::{resolve, resolve_frame, trace, BacktraceFmt, Symbol, SymbolName};
35
use std::ffi::c_void;

0 commit comments

Comments
 (0)