Add missing fmt impls

This commit is contained in:
2025-09-03 08:56:10 +02:00
parent df0f28b386
commit d72827a74d
2 changed files with 34 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- `std::sync` wrappers now no longer incorrectly require `T: Sized`
- Added missing `Display` and `Debug` implementations to `RwLock(Read|Write)Guard`.
## [0.3.1]
### Added