1
Fork 0

rename std::vec -> std::slice

Closes #12702
This commit is contained in:
Daniel Micay 2014-03-08 18:11:52 -05:00
parent 4ca51aeea7
commit ce620320a2
115 changed files with 360 additions and 365 deletions

View file

@ -40,7 +40,7 @@ use rt::local::Local;
use rt::rtio::{DontClose, IoFactory, LocalIo, RtioFileStream, RtioTTY};
use rt::task::Task;
use str::StrSlice;
use vec::ImmutableVector;
use slice::ImmutableVector;
// And so begins the tale of acquiring a uv handle to a stdio stream on all
// platforms in all situations. Our story begins by splitting the world into two