Tag module docs with their required features

This commit is contained in:
2022-05-07 17:43:45 +02:00
parent fcc64e2cef
commit d1417e0b0c
3 changed files with 14 additions and 2 deletions

View File

@@ -6,10 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
### Added
- Build [docs.rs] documentation with all features enabled for completeness.
### Fixed
- The `parkinglot` module is now correctly enabled by the `parkinglot` feature rather than the
`lockapi` feature.
## [0.2.0]
### Added