Skip to content

Commit

Permalink
Allow RustcDecodable/RustcEncodable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Mar 28, 2024
1 parent 8ff9b68 commit 20393a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/capture.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(soft_unstable)]

use crate::PrintFmt;
use crate::{resolve, resolve_frame, trace, BacktraceFmt, Symbol, SymbolName};
use std::ffi::c_void;
Expand Down

0 comments on commit 20393a5

Please sign in to comment.