Skip to content

Commit

Permalink
fix: cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Nov 29, 2022
1 parent 43e4718 commit 41d53e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backend/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ use crate::{
Screen::*,
Terminal,
},
notification::{notify_error, notify_open},
notification::{notify_error},
};
use std::{
process::{Command, Stdio},
sync::mpsc::{channel, Receiver, Sender},
};

Expand Down

0 comments on commit 41d53e7

Please sign in to comment.