feat: update Rust edition to 2024
This commit is contained in:
@@ -8,11 +8,11 @@ use crate::{
|
||||
};
|
||||
use parking_lot::Mutex;
|
||||
use ratatui::{
|
||||
Frame,
|
||||
layout::{Alignment, Rect},
|
||||
style::{Modifier, Style, Stylize},
|
||||
text::{Line, Span},
|
||||
widgets::{List, ListItem, Paragraph},
|
||||
Frame,
|
||||
};
|
||||
|
||||
use super::generate_block;
|
||||
@@ -61,8 +61,8 @@ mod tests {
|
||||
config::AppColors,
|
||||
tests::gen_container_summary,
|
||||
ui::{
|
||||
draw_blocks::tests::{expected_to_vec, get_result, test_setup, BORDER_CHARS},
|
||||
FrameData,
|
||||
draw_blocks::tests::{BORDER_CHARS, expected_to_vec, get_result, test_setup},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user