We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243b298 commit 5fe2b08Copy full SHA for 5fe2b08
src/pipelines/web/web_pipeline.rs
@@ -141,9 +141,7 @@ impl WebPipeline {
141
let mut watcher =
142
RecommendedWatcher::new(move |res: notify::Result<event::Event>| match res {
143
Ok(event) => {
144
- if let event::EventKind::Modify(event::ModifyKind::Data(_)) =
145
- &event.kind
146
- {
+ if let event::EventKind::Modify(event::ModifyKind::Data(_)) = &event.kind {
147
tx.send(()).unwrap();
148
}
149
0 commit comments