Skip to content

Commit

Permalink
FIX: Export to_bytes::ToBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sodel-the-Vociferous committed May 3, 2013
1 parent 2ae44a0 commit 47050c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libcore/to_bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,7 @@ impl<A> IterBytes for *const A {
}
}


trait ToBytes {
pub trait ToBytes {
fn to_bytes(&self, lsb0: bool) -> ~[u8];
}

Expand Down

5 comments on commit 47050c4

@bors
Copy link
Contributor

@bors bors commented on 47050c4 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 47050c4 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Sodel-the-Vociferous/rust/export-ToBytes = 47050c4 into auto

@bors
Copy link
Contributor

@bors bors commented on 47050c4 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sodel-the-Vociferous/rust/export-ToBytes = 47050c4 merged ok, testing candidate = bfd3cd8

@bors
Copy link
Contributor

@bors bors commented on 47050c4 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 47050c4 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = bfd3cd8

Please sign in to comment.