Unnamed repository; edit this file 'description' to name the repository.
Add track_caller
mo8it 2024-08-12
parent 7cce80c · commit b06cd17
-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();
}