diff options
| author | Dániel Buga <[email protected]> | 2025-06-16 13:57:19 +0200 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-06-16 13:57:19 +0200 |
| commit | a0d17ea5ca0bd76ef4d4398c28bc8f98c4e50065 (patch) | |
| tree | 7508b417ffdefaa86b4afddba669d46c8d74f3fc /embassy-sync/src/channel.rs | |
| parent | 56572ef0adffd6258adc10fb424e37a8b4ddc19c (diff) | |
Remove futures-util where unnecessary
Diffstat (limited to 'embassy-sync/src/channel.rs')
| -rw-r--r-- | embassy-sync/src/channel.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-sync/src/channel.rs b/embassy-sync/src/channel.rs index 856551417..dda91c651 100644 --- a/embassy-sync/src/channel.rs +++ b/embassy-sync/src/channel.rs | |||
| @@ -443,7 +443,7 @@ where | |||
| 443 | } | 443 | } |
| 444 | } | 444 | } |
| 445 | 445 | ||
| 446 | impl<'ch, M, T, const N: usize> futures_util::Stream for Receiver<'ch, M, T, N> | 446 | impl<'ch, M, T, const N: usize> futures_core::Stream for Receiver<'ch, M, T, N> |
| 447 | where | 447 | where |
| 448 | M: RawMutex, | 448 | M: RawMutex, |
| 449 | { | 449 | { |
| @@ -962,7 +962,7 @@ where | |||
| 962 | } | 962 | } |
| 963 | } | 963 | } |
| 964 | 964 | ||
| 965 | impl<M, T, const N: usize> futures_util::Stream for Channel<M, T, N> | 965 | impl<M, T, const N: usize> futures_core::Stream for Channel<M, T, N> |
| 966 | where | 966 | where |
| 967 | M: RawMutex, | 967 | M: RawMutex, |
| 968 | { | 968 | { |
