fix: remove unused platform specific usings (#55)
This commit is contained in:
parent
16a82ebe05
commit
28035d9a2e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ use settings::Settings;
|
|||
use spotify::Spotify;
|
||||
use std::{
|
||||
env,
|
||||
os::windows::process,
|
||||
time::{Duration, Instant},
|
||||
};
|
||||
|
||||
|
|
@ -29,6 +28,7 @@ async fn main() {
|
|||
#[tokio::main]
|
||||
async fn main() {
|
||||
use colored::control;
|
||||
use std::os::windows::process;
|
||||
|
||||
//backwards compatibility.
|
||||
if control::set_virtual_terminal(true).is_ok() {};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue