Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs-notify/src/lib.rs')
-rw-r--r--crates/vfs-notify/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/vfs-notify/src/lib.rs b/crates/vfs-notify/src/lib.rs
index 5788fac547..cc10793ba4 100644
--- a/crates/vfs-notify/src/lib.rs
+++ b/crates/vfs-notify/src/lib.rs
@@ -329,6 +329,7 @@ impl NotifyActor {
}
}
+ #[track_caller]
fn send(&self, msg: loader::Message) {
self.sender.send(msg).unwrap();
}