Skip to content

Commit e6d5d7a

Browse files
committed
Fix bad code causing panic
1 parent 9cd51a2 commit e6d5d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ js_class!{ Test
314314

315315
struct Window {
316316
thread: thread::JoinHandle<()>,
317-
send_msg: UnboundedSender<WindowMsg>,
317+
send_msg: mpsc::UnboundedSender<WindowMsg>,
318318
}
319319

320320
impl Window {

0 commit comments

Comments
 (0)