Skip to content

Commit

Permalink
Fix bad code causing panic
Browse files Browse the repository at this point in the history
  • Loading branch information
ricochet1k committed Dec 20, 2017
1 parent 9cd51a2 commit e6d5d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ js_class!{ Test

struct Window {
thread: thread::JoinHandle<()>,
send_msg: UnboundedSender<WindowMsg>,
send_msg: mpsc::UnboundedSender<WindowMsg>,
}

impl Window {
Expand Down

0 comments on commit e6d5d7a

Please sign in to comment.