Skip to content

Commit 605434e

Browse files
authored
subscriber: remove unnecessary transparent attribute (#1282)
As far as I can tell, we are not relying on transparency anywhere, so using this rather refined feature here is confusing.
1 parent 1dd1143 commit 605434e

File tree

1 file changed

+0
-1
lines changed
  • tracing-subscriber/src/fmt/format

1 file changed

+0
-1
lines changed

tracing-subscriber/src/fmt/format/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,6 @@ impl Default for FmtSpanConfig {
11241124
}
11251125
}
11261126

1127-
#[repr(transparent)]
11281127
pub(super) struct TimingDisplay(pub(super) u64);
11291128
impl Display for TimingDisplay {
11301129
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

0 commit comments

Comments
 (0)