Closed dr-kernel closed 5 months ago
What's about if you use just tokio
?
Anyway, can you just post a simple example?
Can I close this ticket? Did you have tried what's happen if you rewrite your test with just tokio
?
Sorry I haven't had a chance to retry this.
It's odd as It might be an issue with rust_analyzer
, as sometimes I have the clippy warning and sometimes not. I'll close for now until I can repo it consistently.
When using
tokio::test
I'm gettingreplace return <expr>; with <expr> [needless_return]
clippy warning.Not a huge deal, but would be nice to not see it in all of my async tests.
rstest = 0.19 tokio = 1.37
Thanks!