This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Description
Hi, thanks for sharing the code
Ok, we first have a watcher to notify files' change.(But i am a beginner for rust)
as the condition to enter loop : Ok(DebouncedEvent::Create(p))
why my file has really changed( firstly rm ,and then create)
but this condition is not be satisfied, does anyone have seen this problem before?
My rustc version is 1.57.0
Any help is greatly appreciated.