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

@@ -30,7 +30,7 @@ use libc;
use option::{None, Option, Some};
use old_iter::{BaseIter, EqIter};
use ptr;
use ptr::Ptr;
use ptr::RawPtr;
use str;
use to_str::ToStr;
use uint;