Skip to content

Commit

Permalink
remove Cow usage
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 15, 2025
1 parent d37bb0c commit fadec55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontends/rioterm/src/screen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ use rio_window::event::MouseButton;
use rio_window::keyboard::ModifiersKeyState;
use rio_window::keyboard::{Key, KeyLocation, ModifiersState, NamedKey};
use rio_window::platform::modifier_supplement::KeyEventExtModifierSupplement;
use std::borrow::Cow;
use std::cell::RefCell;
use std::cmp::{max, min};
use std::error::Error;
Expand Down

0 comments on commit fadec55

Please sign in to comment.