Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Oct 4, 2023
1 parent e14706e commit 3b0e329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cursive-core/src/views/edit_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::{
direction::Direction,
event::{Callback, Event, EventResult, Key, MouseEvent},
rect::Rect,
theme::{Effect, PaletteStyle, StyleType},
theme::{PaletteStyle, StyleType},
utils::lines::simple::{simple_prefix, simple_suffix},
view::{CannotFocus, View},
Cursive, Printer, Vec2, With,
Expand Down
2 changes: 1 addition & 1 deletion cursive-core/src/views/text_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::{
direction::Direction,
event::{Event, EventResult, Key, MouseButton, MouseEvent},
rect::Rect,
theme::{Effect, PaletteStyle},
theme::PaletteStyle,
utils::lines::simple::{prefix, simple_prefix, LinesIterator, Row},
view::{CannotFocus, ScrollBase, SizeCache, View},
Vec2, {Printer, With, XY},
Expand Down

0 comments on commit 3b0e329

Please sign in to comment.