Run cargo fix
This commit is contained in:
parent
6fc322f315
commit
8343fb80dc
@ -1,4 +1,4 @@
|
|||||||
use std::cmp::Reverse;
|
|
||||||
|
|
||||||
use chrono::Utc;
|
use chrono::Utc;
|
||||||
use gtk::prelude::*;
|
use gtk::prelude::*;
|
||||||
@ -137,7 +137,7 @@ impl AsyncComponent for AppModel {
|
|||||||
async fn update(
|
async fn update(
|
||||||
&mut self,
|
&mut self,
|
||||||
message: Self::Input,
|
message: Self::Input,
|
||||||
sender: AsyncComponentSender<Self>,
|
_sender: AsyncComponentSender<Self>,
|
||||||
_root: &Self::Root,
|
_root: &Self::Root,
|
||||||
) {
|
) {
|
||||||
// AppInput::SheetPressed(sheet) => opener::open(sheet).unwrap(),
|
// AppInput::SheetPressed(sheet) => opener::open(sheet).unwrap(),
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
use gtk::prelude::*;
|
use gtk::prelude::*;
|
||||||
use log::debug;
|
|
||||||
use relm4::factory::FactoryVecDeque;
|
use relm4::factory::FactoryVecDeque;
|
||||||
use relm4::RelmListBoxExt;
|
use relm4::RelmListBoxExt;
|
||||||
use relm4::{gtk, ComponentParts, ComponentSender, SimpleComponent};
|
use relm4::{gtk, ComponentParts, ComponentSender, SimpleComponent};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user