We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spawn!()
1 parent 2c98136 commit 09cd590Copy full SHA for 09cd590
src/lib.rs
@@ -372,7 +372,7 @@ macro_rules! Spawn {
372
)*
373
) => {{
374
// Validate each key at compile time using nested macro
375
- validate_spawn_args!($($key),*);
+ $crate::validate_spawn_args!($($key),*);
376
377
// Your implementation here
378
}};
@@ -386,7 +386,7 @@ macro_rules! Spawn {
386
387
388
389
390
391
392
0 commit comments