提交 33335cbd 编写于 作者: C Cameron Zwarich

Remove leading underscores in function signatures in a trait definition.

上级 3da5a5cd
...@@ -57,8 +57,8 @@ fn borrow(&mut self, ...@@ -57,8 +57,8 @@ fn borrow(&mut self,
// The local variable `id` is declared but not initialized. // The local variable `id` is declared but not initialized.
fn decl_without_init(&mut self, fn decl_without_init(&mut self,
_id: ast::NodeId, id: ast::NodeId,
_span: Span); span: Span);
// The path at `cmt` is being assigned to. // The path at `cmt` is being assigned to.
fn mutate(&mut self, fn mutate(&mut self,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册