Reformat with rustfmt 1.4.36-nightly (7de6968 2021-02-07)

This commit is contained in:
Simon Sapin 2021-02-25 09:11:54 +01:00
parent 2dd3c05479
commit 479a42a980
6 changed files with 31 additions and 14 deletions

View file

@ -467,7 +467,7 @@ impl<'a> Iterator for &'a TreeWalker {
// which cannot produce an Err result.
{
unreachable!()
},
}
}
}
}