Make dependency tracking a compile time setting

This commit is contained in:
2023-09-09 11:10:08 +02:00
parent 068303d81d
commit a8e8af6351
3 changed files with 77 additions and 41 deletions

View File

@@ -31,6 +31,8 @@ name = "mutex"
harness = false
[features]
default = ["backtraces"]
backtraces = []
# Feature names do not match crate names pending namespaced features.
lockapi = ["lock_api"]
parkinglot = ["parking_lot", "lockapi"]