1
Fork 0

Remove transitional code

This commit is contained in:
Brian Anderson 2012-12-09 17:59:21 -08:00
parent 55a3a5fcc9
commit 9723d3ac2f
12 changed files with 0 additions and 253 deletions

View file

@ -2107,15 +2107,6 @@ impl ~str: Trimmable {
#[cfg(notest)]
pub mod traits {
#[cfg(stage0)]
impl ~str : Add<&str,~str> {
#[inline(always)]
pure fn add(rhs: & &self/str) -> ~str {
append(copy self, (*rhs))
}
}
#[cfg(stage1)]
#[cfg(stage2)]
impl ~str : Add<&str,~str> {
#[inline(always)]
pure fn add(&self, rhs: & &self/str) -> ~str {