Skip to content

Commit

Permalink
fix alloc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Mar 17, 2024
1 parent 1ce109e commit a4f6d50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/concurrent_stream/convert.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use super::{ConcurrentStream, Consumer, ConsumerState};
use crate::future::FutureGroup;
use alloc::boxed::Box;
use alloc::vec::Vec;
use core::future::Future;
use core::pin::Pin;
use futures_lite::StreamExt;
Expand Down

0 comments on commit a4f6d50

Please sign in to comment.