1
Fork 0

std,extra: remove use of & support for @[].

This commit is contained in:
Huon Wilson 2014-02-01 15:57:17 +11:00
parent e0c1707560
commit 2ed980fe25
14 changed files with 2 additions and 566 deletions

View file

@ -266,13 +266,6 @@ impl<A:IterBytes> IterBytes for ~[A] {
}
}
impl<A:IterBytes> IterBytes for @[A] {
#[inline]
fn iter_bytes(&self, lsb0: bool, f: Cb) -> bool {
self.as_slice().iter_bytes(lsb0, f)
}
}
impl<'a> IterBytes for &'a str {
#[inline]
fn iter_bytes(&self, _lsb0: bool, f: Cb) -> bool {