Add track_caller
This commit is contained in:
parent
94bd4da3f1
commit
7586ba6bfb
@ -329,6 +329,7 @@ fn watch(&mut self, path: &Path) {
|
||||
}
|
||||
}
|
||||
|
||||
#[track_caller]
|
||||
fn send(&self, msg: loader::Message) {
|
||||
self.sender.send(msg).unwrap();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user