test: Updated Rust edition to 2024 and refactored network module tests to be more idiomatic
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::models::stateful_list::StatefulList;
|
||||
use crate::models::{
|
||||
strip_non_search_characters, HorizontallyScrollableText, Paginated, Scrollable,
|
||||
HorizontallyScrollableText, Paginated, Scrollable, strip_non_search_characters,
|
||||
};
|
||||
use ratatui::widgets::TableState;
|
||||
use std::cmp::Ordering;
|
||||
|
||||
Reference in New Issue
Block a user