Skip to content

Commit

Permalink
Put test_yielder behind feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
AljoschaMeyer committed Nov 28, 2024
1 parent 49e81e1 commit 33094a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ufotofu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub use errors::*;
pub mod consumer;
pub mod producer;

#[cfg(all(feature = "dev", feature = "alloc"))]
mod test_yielder;

/// A [`Consumer`] consumes a potentially infinite sequence, one item at a time.
Expand Down

0 comments on commit 33094a1

Please sign in to comment.