Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 7586ba6

Browse files
committed
Add track_caller
1 parent 94bd4da commit 7586ba6

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/vfs-notify/src

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/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)