Quiet this for 0.2.0
This commit is contained in:
parent
644b1228ee
commit
7acc060601
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue