Quiet this for 0.2.0

This commit is contained in:
Ryan McGrath 2021-06-09 16:38:52 -07:00
parent 644b1228ee
commit 7acc060601
No known key found for this signature in database
GPG key ID: DA6CBD9233593DEA

View file

@ -475,7 +475,7 @@ impl<T> Window<T> {
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();