mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #2368 : zwarich/servo/net-unused-param, r=metajack
This commit is contained in:
commit
6cbcd98132
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ mod tests {
|
||||||
use std::comm::{Empty, Data, Disconnected};
|
use std::comm::{Empty, Data, Disconnected};
|
||||||
|
|
||||||
trait Closure {
|
trait Closure {
|
||||||
fn invoke(&self, response: Sender<resource_task::ProgressMsg>) { }
|
fn invoke(&self, _response: Sender<resource_task::ProgressMsg>) { }
|
||||||
}
|
}
|
||||||
struct DoesNothing;
|
struct DoesNothing;
|
||||||
impl Closure for DoesNothing { }
|
impl Closure for DoesNothing { }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue