diff options
| author | Robert Zieba <[email protected]> | 2025-09-11 14:40:29 -0700 |
|---|---|---|
| committer | Robert Zieba <[email protected]> | 2025-09-12 09:16:32 -0700 |
| commit | 78d5d3f2dde14fcbf4879de19076eb89d9b9ef8b (patch) | |
| tree | 8d27ae1d62076f753928f801ff8ae42e5119852e /embassy-executor-macros | |
| parent | 6cc75315652a1029f032f44b5ccd5d1398da05dd (diff) | |
Remove `Sized` bound from `MutexGuard::map`
Since `MutexGuard` has `T: ?Sized`, `U` does not need to be restricted
to `Sized` types. This now allows using `map` to cast from
`MutexGuard<'_, M, ImplsTrait>` to `MutexGuard<'_, M, dyn Trait>`.
Diffstat (limited to 'embassy-executor-macros')
0 files changed, 0 insertions, 0 deletions
