netop icon indicating copy to clipboard operation
netop copied to clipboard

A deprecated call

Open HumanG33k opened this issue 11 months ago • 0 comments

warning: use of deprecated method `ratatui::widgets::List::<'a>::start_corner`: You should use `List::direction` instead.
   --> src/ui.rs:221:10
    |
221 |         .start_corner(Corner::BottomLeft);
    |          ^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: `netop` (bin "netop") generated 1 warning

HumanG33k avatar Mar 13 '24 15:03 HumanG33k