Skip to content

Commit

Permalink
Hide these links since stack_producer is currently doc(hidden)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatisaphone committed Apr 11, 2020
1 parent bd508bf commit c1696e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ let count_to_ten = gen!({
To re-use logic between multiple generators, you can use a macro from the `producer`
family, and then pass the producer to `Gen::new`.
- [`stack_producer!`] and [`let_gen_using!`](stack/macro.let_gen_using.html)
- [`rc_producer!`] and [`Gen::new`](rc::Gen::new)
- [`sync_producer!`] and [`Gen::new`](sync::Gen::new)
Expand Down

0 comments on commit c1696e9

Please sign in to comment.