1
Fork 0

Remove unused argument from check_mac_def.

This commit is contained in:
Nicholas Nethercote 2022-09-12 13:50:18 +10:00
parent 7e3fd33a66
commit b8ed1c5745
3 changed files with 3 additions and 3 deletions

View file

@ -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