Skip to content

Commit 47050c4

Browse files
FIX: Export to_bytes::ToBytes
1 parent 2ae44a0 commit 47050c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/to_bytes.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,7 @@ impl<A> IterBytes for *const A {
419419
}
420420
}
421421

422-
423-
trait ToBytes {
422+
pub trait ToBytes {
424423
fn to_bytes(&self, lsb0: bool) -> ~[u8];
425424
}
426425

0 commit comments

Comments
 (0)