Skip to content

Commit 5d2eddd

Browse files
committed
auto merge of #14288 : zwarich/rust/euv-underscore, r=alexcrichton
2 parents 4b81b6d + 33335cb commit 5d2eddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/librustc/middle/expr_use_visitor.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ pub trait Delegate {
5757

5858
// The local variable `id` is declared but not initialized.
5959
fn decl_without_init(&mut self,
60-
_id: ast::NodeId,
61-
_span: Span);
60+
id: ast::NodeId,
61+
span: Span);
6262

6363
// The path at `cmt` is being assigned to.
6464
fn mutate(&mut self,

0 commit comments

Comments
 (0)