File: disable-deadlock-detection.patch

package info (click to toggle)
rust-parking-lot 0.12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: parking-lot/Cargo.toml
===================================================================
--- parking-lot.orig/Cargo.toml
+++ parking-lot/Cargo.toml
@@ -41,7 +41,6 @@ version = "0.8.3"
 
 [features]
 arc_lock = ["lock_api/arc_lock"]
-deadlock_detection = ["parking_lot_core/deadlock_detection"]
 default = []
 hardware-lock-elision = []
 nightly = [