Skip to content

Commit 51f0361

Browse files
committed
remove unused macro
1 parent 3cbf2c4 commit 51f0361

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/common_utils/src/macros.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ macro_rules! newtype {
4747
};
4848
}
4949

50-
#[macro_export]
51-
macro_rules! async_spawn {
52-
($t:block) => {
53-
let _task_handle = tokio::spawn(async move { $t }.in_current_span());
54-
};
55-
}
56-
5750
/// Use this to ensure that the corresponding
5851
/// openapi route has been implemented in the openapi crate
5952
#[macro_export]

0 commit comments

Comments
 (0)