Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerthox committed Dec 27, 2024
1 parent 00cacfc commit c64fd8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reffect/src/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::fmt;

#[derive(Debug, Clone, Copy)]
#[repr(transparent)]

pub struct Time(pub u32);

impl Time {
Expand Down

0 comments on commit c64fd8d

Please sign in to comment.