1
Fork 0

rename the crate, not the feature

This commit is contained in:
Ralf Jung 2019-09-14 12:12:32 +02:00
parent b60954757e
commit dac0a158eb
9 changed files with 24 additions and 22 deletions

View file

@ -97,6 +97,7 @@ use crate::sync::atomic::{AtomicUsize, Ordering::SeqCst};
use crate::sync::Mutex;
use crate::sys_common::backtrace::{output_filename, lock};
use crate::vec::Vec;
use backtrace_rs as backtrace;
use backtrace::BytesOrWideString;
/// A captured OS thread stack backtrace.