]> git.lizzy.rs Git - rust.git/blobdiff - crates/profile/Cargo.toml
Make printin the backtrace more convenient
[rust.git] / crates / profile / Cargo.toml
index c5dfdff32ebf66ddd5298650f5c37da7fb28c76b..4951f1835cf4b00404991afa8a82e1a83dd698ce 100644 (file)
@@ -13,7 +13,6 @@ doctest = false
 once_cell = "1.3.1"
 cfg-if = "1"
 libc = "0.2.73"
-backtrace = { version = "0.3.44", optional = true }
 
 arena = { path = "../arena", version = "0.0.0" }
 
@@ -24,5 +23,4 @@ perf-event = "0.4"
 cpu_profiler = []
 
 # Uncomment to enable for the whole crate graph
-# default = [ "backtrace" ]
 # default = [ "cpu_profiler" ]