mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +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) {
|
||||
self.sender.send(msg).unwrap();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue