fixup lint name
This commit is contained in:
parent
9c64bb1de1
commit
7434b9f0d1
8 changed files with 14 additions and 14 deletions
|
@ -246,7 +246,7 @@ pub trait Visitor<'ast>: Sized {
|
|||
macro_rules! walk_list {
|
||||
($visitor: expr, $method: ident, $list: expr $(, $($extra_args: expr),* )?) => {
|
||||
{
|
||||
#[cfg_attr(not(bootstrap), allow(for_loop_over_fallibles))]
|
||||
#[cfg_attr(not(bootstrap), allow(for_loops_over_fallibles))]
|
||||
for elem in $list {
|
||||
$visitor.$method(elem $(, $($extra_args,)* )?)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue