Remove transitional code
This commit is contained in:
parent
55a3a5fcc9
commit
9723d3ac2f
12 changed files with 0 additions and 253 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue