Y
Hacker News
new
|
ask
|
show
|
jobs
by
OptionOfT
59 days ago
I quite often have this issue with async. You get a state machine that is huge because of how Rust builds it.
1 comments
surajrmal
59 days ago
This clippy lint does a good job of warning you when this might happen:
https://rust-lang.github.io/rust-clippy/master/index.html?se...
link