refactor: move spawn and spawn_in_thread macros to macros module
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 6m13s
Test / build (map[name:stable]) (push) Successful in 6m33s
Release Please / Release-plz (push) Failing after 43s

This commit is contained in:
Paul Campbell 2024-12-23 07:59:30 +00:00
parent 4f69fc0a4b
commit 8a3b092126
3 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,6 @@ mod attachment;
mod card;
mod label;
mod labels;
mod spawn;
mod stack;
mod stacks;
mod supervisor;

View file

@ -4,4 +4,5 @@ mod backoff;
mod newtype;
mod print;
mod send;
mod spawn;
mod to_string;