Skip to content

Commit

Permalink
fix alloc feature
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed Mar 20, 2024
1 parent 7ba36fa commit da0c3de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collections/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
use crate::concurrent_stream::{self, ConcurrentStream, FromStream};
use crate::prelude::*;
use crate::utils::{from_iter, FromIter};
use alloc::vec::Vec;
use core::future::Ready;

pub use crate::future::join::vec::Join;
Expand Down

0 comments on commit da0c3de

Please sign in to comment.