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 card;
|
||||||
mod label;
|
mod label;
|
||||||
mod labels;
|
mod labels;
|
||||||
mod spawn;
|
|
||||||
mod stack;
|
mod stack;
|
||||||
mod stacks;
|
mod stacks;
|
||||||
mod supervisor;
|
mod supervisor;
|
||||||
|
|
|
@ -4,4 +4,5 @@ mod backoff;
|
||||||
mod newtype;
|
mod newtype;
|
||||||
mod print;
|
mod print;
|
||||||
mod send;
|
mod send;
|
||||||
|
mod spawn;
|
||||||
mod to_string;
|
mod to_string;
|
||||||
|
|
Loading…
Reference in a new issue