1
Fork 0

rename the Ptr trait to RawPtr

Closes #6607
This commit is contained in:
Daniel Micay 2013-06-03 13:50:29 -04:00
parent 4f6285fbf9
commit e900dba28a
8 changed files with 10 additions and 10 deletions

View file

@ -26,7 +26,7 @@ use old_iter::CopyableIter;
use option::{None, Option, Some};
use ptr::to_unsafe_ptr;
use ptr;
use ptr::Ptr;
use ptr::RawPtr;
use sys;
use uint;
use unstable::intrinsics;