Closed brannondorsey closed 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
Thanks, I left this in the last PR by accident.
Fixes this compiler warning using the suggested fix.