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
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
Its seekability wasn’t being used, and so in light of the changes made
in rust-lang/rust#15915 it should be removed, rather than switching from
the now-unseekable ``MemWriter`` to the new ``SeekableMemWriter``.
This necessitated adding the ``get_ref`` method which was added to
``MemWriter`` at some point.
0 commit comments