jpochyla / psst

Fast and multi-platform Spotify client with native GUI
MIT License
8.54k stars 218 forks source link

chore: Remove unused import `LineBreaking` from track.rs #516

Closed brannondorsey closed 3 months ago

brannondorsey commented 3 months ago

Fixes this compiler warning using the suggested fix.

warning: unused import: `LineBreaking`
 --> psst-gui/src/ui/track.rs:4:55
  |
4 |     widget::{CrossAxisAlignment, Either, Flex, Label, LineBreaking, ViewSwitcher},
  |                                                       ^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: `psst-gui` (bin "psst-gui") generated 1 warning (run `cargo fix --bin "psst-gui"` to apply 1 suggestion)                                                               
    Finished `release` profile [optimized] target(s) in 4m 25s
jacksongoode commented 3 months ago

Thanks, I left this in the last PR by accident.