mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 07:08:44 +00:00
Merge pull request #85 from PR0M3TH3AN/codex/gate-same_file-imports-on-non-windows-targets
Fix unused import warning on Windows
This commit is contained in:
@@ -13,6 +13,7 @@ use notify::{
|
||||
event::{ModifyKind, RemoveKind, RenameMode},
|
||||
Event, EventKind, RecommendedWatcher, RecursiveMode, Watcher as NotifyWatcherTrait,
|
||||
};
|
||||
#[cfg(not(windows))]
|
||||
use same_file::Handle;
|
||||
use std::collections::HashMap;
|
||||
use std::path::PathBuf;
|
||||
|
Reference in New Issue
Block a user