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
std::io::prelude currently re-exports std::io::Seek as NewSeek. This should be changed before 1.0, as the renaming only makes sense in light of the old_io migration, and old_io is now deprecated. std::io::prelude is already declared stable, but I think that was a mistake and we should just go ahead and modify it.
This is related to #23377 (std::prelude::v1 still re-exports std::old_io::Seek).