mirror of
https://github.com/ayabusa/Rusty-slicer.git
synced 2024-11-21 18:53:25 +00:00
removed unused imports
This commit is contained in:
parent
551f8bc097
commit
70169eaf67
@ -3,7 +3,7 @@
|
||||
|
||||
use native_dialog::FileDialog;
|
||||
use tauri::{Manager, PhysicalSize, Size};
|
||||
use std::{env, fmt::Display, io::{Error, ErrorKind}, path::PathBuf, sync::Mutex};
|
||||
use std::{env, io::{Error, ErrorKind}, path::PathBuf, sync::Mutex};
|
||||
|
||||
#[cfg(target_os = "windows")]
|
||||
use std::os::windows::process::CommandExt;
|
||||
|
Loading…
Reference in New Issue
Block a user