Skip to content

Commit

Permalink
Remove #[repr(transparent)]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBF authored and dalcde committed Jul 7, 2022
1 parent 2ec2dbb commit 56fcb07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ mod logging {
pub fn end(self, _msg: std::fmt::Arguments) {}
}

#[repr(transparent)]
pub struct LogWriter<T>(T);

impl<T: Write> Write for LogWriter<T> {
Expand Down

0 comments on commit 56fcb07

Please sign in to comment.