Skip to content

Commit fba41f7

Browse files
committed
Small changes to examples
1 parent 42e8a0d commit fba41f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/window.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fn main() {
1111
.build(&events_loop)
1212
.unwrap();
1313

14-
events_loop.run(move |event, _, control_flow| {
14+
events_loop.run(|event, _, control_flow| {
1515
println!("{:?}", event);
1616

1717
match event {
File renamed without changes.

0 commit comments

Comments
 (0)