Skip to content

Commit

Permalink
make task_local pub
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Aug 26, 2024
1 parent 7bfc9ea commit 7490aae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msim-tokio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ mod sim {
pub use real_tokio::signal;
#[cfg(feature = "sync")]
pub use real_tokio::sync;
#[cfg(feature = "rt")]
pub use real_tokio::task_local;
#[cfg(feature = "macros")]
pub use real_tokio::{join, main, select, try_join};
}
Expand Down

0 comments on commit 7490aae

Please sign in to comment.