]> git.ayabusa.dev Git - rusty-slicer.git/commitdiff
removed unused imports
authorayabusa <lebgpub@gmail.com>
Sun, 10 Mar 2024 09:50:09 +0000 (10:50 +0100)
committerayabusa <lebgpub@gmail.com>
Sun, 10 Mar 2024 09:50:09 +0000 (10:50 +0100)
src-tauri/src/main.rs

index 83090dee6b02b927731c5858ea38d0ee053583fb..6c4fb8b5c646a0470b0b833c75b41dc02b5f11ae 100644 (file)
@@ -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;