Remove unused argument from check_mac_def
.
This commit is contained in:
parent
7e3fd33a66
commit
b8ed1c5745
3 changed files with 3 additions and 3 deletions
|
@ -162,7 +162,7 @@ macro_rules! early_lint_methods {
|
|||
fn check_impl_item(a: &ast::AssocItem);
|
||||
fn check_variant(a: &ast::Variant);
|
||||
fn check_attribute(a: &ast::Attribute);
|
||||
fn check_mac_def(a: &ast::MacroDef, b: ast::NodeId);
|
||||
fn check_mac_def(a: &ast::MacroDef);
|
||||
fn check_mac(a: &ast::MacCall);
|
||||
|
||||
/// Called when entering a syntax node that can have lint attributes such
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue