aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-30 21:38:50 +0000
committerAleksey Kladov <[email protected]>2018-12-30 21:38:50 +0000
commit0a8d085619674cd113b6dd903d22233a07fe4839 (patch)
treeed180196ff6cfc2cfa7dd71f0728decbccbd11b2 /Cargo.lock
parentdee7c3b0de9650216bd761e587d0e1d4cca52981 (diff)
remove backtraces from Cancelled
Hopefully we won't need them for debugging. If we do need them, it should be easy to add back.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 150e6d1ea..39dd6a3cf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -697,7 +697,6 @@ dependencies = [
697name = "ra_db" 697name = "ra_db"
698version = "0.1.0" 698version = "0.1.0"
699dependencies = [ 699dependencies = [
700 "backtrace 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
701 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 700 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
702 "ra_editor 0.1.0", 701 "ra_editor 0.1.0",
703 "ra_syntax 0.1.0", 702 "ra_syntax 0.1.0",