fix(proc-macros): re-export tokio for params parsing#1361
Conversation
|
@CodiumAI-Agent /review |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
* fix(proc-macros): re-export tokio and tests * Update tests/proc-macro-core/src/lib.rs * Update tests/proc-macro-core/Cargo.toml * Update core/src/lib.rs * Update tests/proc-macro-core/src/lib.rs * tests: custom params types * unify params
Follow-up on #1360 and I forgot that we use tokio in param parsing.
I also added a test crate to ensure that it compiles