rename the crate, not the feature
This commit is contained in:
parent
b60954757e
commit
dac0a158eb
9 changed files with 24 additions and 22 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue