Skip to content

Commit

Permalink
📝 public LocalGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Mar 30, 2021
1 parent 1c5b258 commit 997cf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod scope;
mod stack;
mod yield_;

pub use crate::gen_impl::{Generator, Gn};
pub use crate::gen_impl::{Generator, LocalGenerator, Gn};
pub use crate::rt::{get_local_data, is_generator, Error};
pub use crate::scope::Scope;
pub use crate::yield_::{
Expand Down

0 comments on commit 997cf9c

Please sign in to comment.