mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 15:48:43 +00:00
Fix build script and clippy issues
This commit is contained in:
@@ -421,7 +421,7 @@ impl FileWatcher {
|
||||
};
|
||||
debouncer.add_event(ProcessedEvent {
|
||||
path,
|
||||
kind: event.kind.clone(),
|
||||
kind: event.kind,
|
||||
priority: prio,
|
||||
timestamp: Instant::now(),
|
||||
});
|
||||
|
Reference in New Issue
Block a user