auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydon

This commit is contained in:
bors 2013-05-03 13:00:47 -07:00
commit bfd3cd8171

View file

@ -419,8 +419,7 @@ fn iter_bytes(&self, lsb0: bool, f: Cb) {
}
}
trait ToBytes {
pub trait ToBytes {
fn to_bytes(&self, lsb0: bool) -> ~[u8];
}