task: stabilise JoinMap (#7075)

This commit is contained in:
Conrad Ludgate
2025-08-03 07:58:28 +00:00
committed by GitHub
parent 9741c90f9f
commit 416e36b0df
5 changed files with 37 additions and 36 deletions
+3 -1
View File
@@ -45,9 +45,11 @@ cfg_io! {
cfg_rt! {
pub mod context;
pub mod task;
}
#[cfg(feature = "rt")]
pub mod task;
cfg_time! {
pub mod time;
}