Add track_caller

This commit is contained in:
mo8it 2024-08-12 10:44:00 +02:00
parent 94bd4da3f1
commit 7586ba6bfb

View File

@ -329,6 +329,7 @@ fn watch(&mut self, path: &Path) {
}
}
#[track_caller]
fn send(&self, msg: loader::Message) {
self.sender.send(msg).unwrap();
}