From 7acc060601e8512fc48badde4f34eac2f1af0cf4 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Wed, 9 Jun 2021 16:38:52 -0700 Subject: [PATCH] Quiet this for 0.2.0 --- src/macos/window/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macos/window/mod.rs b/src/macos/window/mod.rs index 85cd03a..fb40f9f 100644 --- a/src/macos/window/mod.rs +++ b/src/macos/window/mod.rs @@ -475,7 +475,7 @@ impl Window { F: Fn() + Send + Sync + 'static, W: WindowDelegate + 'static { - let block = ConcreteBlock::new(move |response: NSInteger| { + let block = ConcreteBlock::new(move |_response: NSInteger| { completion(); }); let block = block.copy();