refactor: move spawn and spawn_in_thread macros to macros module
This commit is contained in:
parent
4f69fc0a4b
commit
8a3b092126
3 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ mod attachment;
|
|||
mod card;
|
||||
mod label;
|
||||
mod labels;
|
||||
mod spawn;
|
||||
mod stack;
|
||||
mod stacks;
|
||||
mod supervisor;
|
||||
|
|
|
@ -4,4 +4,5 @@ mod backoff;
|
|||
mod newtype;
|
||||
mod print;
|
||||
mod send;
|
||||
mod spawn;
|
||||
mod to_string;
|
||||
|
|
Loading…
Reference in a new issue