std,extra: remove use of & support for @[].
This commit is contained in:
parent
e0c1707560
commit
2ed980fe25
14 changed files with 2 additions and 566 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue