rust-transit / gtfs-structure

Read a GTFS file
MIT License
61 stars 32 forks source link

Remove the “ms” prefix in `Gtfs.print_stats` #171

Closed Maeeen closed 3 days ago

Maeeen commented 5 days ago

The switch to a duration introduced in commit c0f170f makes the need to print an extra “ms” unnecessary, as it is already handled in the Rust standard library.

For reference,