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
Move std::vec to the module std::collections. Why? He's taken out of context. Directly hardly anyone uses std::vec module. In addition, the Vec object is re-exported with std::preluge, so the breaking is small.
Remove re-exports in std::collections and add std::collections::preluge. (Similar to the module std::io::preluge)
The text was updated successfully, but these errors were encountered:
std::vec
to the modulestd::collections
. Why? He's taken out of context. Directly hardly anyone usesstd::vec
module. In addition, theVec
object is re-exported withstd::preluge
, so the breaking is small.std::collections
and addstd::collections::preluge
. (Similar to the modulestd::io::preluge
)The text was updated successfully, but these errors were encountered: