mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 14:57:17 +00:00
Clippy: Fix unreadable_literal
This commit is contained in:
parent
4a60c1c4e2
commit
a7af2f777c
1 changed files with 2 additions and 2 deletions
|
@ -260,11 +260,11 @@ mod tests {
|
|||
},
|
||||
Event {
|
||||
event_type: EventType::MainPartEnd,
|
||||
timestamp: 900000,
|
||||
timestamp: 900_000,
|
||||
},
|
||||
Event {
|
||||
event_type: EventType::AudioFileEnds,
|
||||
timestamp: 750000000,
|
||||
timestamp: 750_000_000,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue