Automatically build documentation for all features

This commit is contained in:
2022-05-07 17:03:45 +02:00
parent fd0d05307c
commit fcc64e2cef
2 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ description = "Ensure deadlock-free mutexes by allocating in order, or else."
readme = "README.md"
repository = "https://github.com/bertptrs/tracing-mutex"
[package.metadata.docs.rs]
# Build docs for all features so the documentation is more complete
all-features = true
[dependencies]
lazy_static = "1"
lock_api = { version = "0.4", optional = true }