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
282: Remove prelude. r=therealprof a=Dirbaio
**DEPENDS on #280**
Following discussions in #280#281, we might want to use the same method names for the `blocking` and `nb` (and in the future, `futures`) trait flavors.
In that case, importing the prelude guarantees naming conflicts, so it's better to remove it.
An alternative would be splitting the prelude in `blocking` and `nb`. However, users often use blocking trait A and nonblocking trait B at the same time, so they'd end up importing both preludes and having name conflicts anyway.
Co-authored-by: Dario Nieuwenhuis <[email protected]>
0 commit comments