auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydon
This commit is contained in:
commit
bfd3cd8171
1 changed files with 1 additions and 2 deletions
|
@ -419,8 +419,7 @@ impl<A> IterBytes for *const A {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
trait ToBytes {
|
||||
pub trait ToBytes {
|
||||
fn to_bytes(&self, lsb0: bool) -> ~[u8];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue