1
Fork 0

std: Move raw to std::raw

Issue #1457
This commit is contained in:
Brian Anderson 2014-02-16 00:04:33 -08:00
parent 4d10bdc5b9
commit 3e57808a01
19 changed files with 22 additions and 19 deletions

View file

@ -122,7 +122,7 @@ use mem::size_of;
use kinds::marker;
use uint;
use unstable::finally::try_finally;
use unstable::raw::{Repr, Slice, Vec};
use raw::{Repr, Slice, Vec};
/**
* Creates and initializes an owned vector.
@ -2488,7 +2488,7 @@ pub mod raw {
use ptr;
use ptr::RawPtr;
use vec::{with_capacity, MutableVector, OwnedVector};
use unstable::raw::Slice;
use raw::Slice;
/**
* Form a slice from a pointer and length (as a number of units,