Skip to content

Commit

Permalink
Small changes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Osspial committed Nov 9, 2018
1 parent 42e8a0d commit fba41f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
.build(&events_loop)
.unwrap();

events_loop.run(move |event, _, control_flow| {
events_loop.run(|event, _, control_flow| {
println!("{:?}", event);

match event {
Expand Down
File renamed without changes.

0 comments on commit fba41f7

Please sign in to comment.