mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Rename an unused parameter that triggers a warning.
This commit is contained in:
parent
360894dbcf
commit
4bc3239c36
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ mod tests {
|
|||
use std::comm::{Empty, Data, Disconnected};
|
||||
|
||||
trait Closure {
|
||||
fn invoke(&self, response: Sender<resource_task::ProgressMsg>) { }
|
||||
fn invoke(&self, _response: Sender<resource_task::ProgressMsg>) { }
|
||||
}
|
||||
struct DoesNothing;
|
||||
impl Closure for DoesNothing { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue