Relax sized bounds for std::sync wrappers

This commit is contained in:
2025-08-31 12:56:49 +02:00
parent 8dec9db799
commit df0f28b386
2 changed files with 29 additions and 13 deletions

View File

@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- `std::sync` wrappers now no longer incorrectly require `T: Sized`
## [0.3.1]
### Added