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)