mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Add track_caller
This commit is contained in:
parent
7cce80c173
commit
b06cd17c13
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ impl NotifyActor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[track_caller]
|
||||||
fn send(&self, msg: loader::Message) {
|
fn send(&self, msg: loader::Message) {
|
||||||
self.sender.send(msg).unwrap();
|
self.sender.send(msg).unwrap();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue