You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE(taiki-e): It's recommended to see #2170 (comment), if you are considering to do the same as this.
Almost any program doing async I/O uses futures-utils, which pulls in syn and quote dependencies, causing compilation times to be much higher than is needed.
We should consider replacing pin-project with pin-project-line, which is not using proc macros.