Skip to content

Commit b06cd17

Browse files
committed
Add track_caller
1 parent 7cce80c commit b06cd17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/vfs-notify/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ impl NotifyActor {
329329
}
330330
}
331331

332+
#[track_caller]
332333
fn send(&self, msg: loader::Message) {
333334
self.sender.send(msg).unwrap();
334335
}

0 commit comments

Comments
 (0)