Remove leading underscores in function signatures in a trait definition.
This commit is contained in:
parent
3da5a5cd18
commit
33335cbd03
@ -57,8 +57,8 @@ pub trait Delegate {
|
||||
|
||||
// The local variable `id` is declared but not initialized.
|
||||
fn decl_without_init(&mut self,
|
||||
_id: ast::NodeId,
|
||||
_span: Span);
|
||||
id: ast::NodeId,
|
||||
span: Span);
|
||||
|
||||
// The path at `cmt` is being assigned to.
|
||||
fn mutate(&mut self,
|
||||
|
Loading…
x
Reference in New Issue
Block a user