Format all the let chains in compiler
This commit is contained in:
parent
2763ca50da
commit
b2d2184ede
206 changed files with 3120 additions and 2228 deletions
|
@ -550,7 +550,9 @@ impl TokenStream {
|
|||
|
||||
let stream_iter = stream.0.iter().cloned();
|
||||
|
||||
if let Some(first) = stream.0.first() && Self::try_glue_to_last(vec_mut, first) {
|
||||
if let Some(first) = stream.0.first()
|
||||
&& Self::try_glue_to_last(vec_mut, first)
|
||||
{
|
||||
// Now skip the first token tree from `stream`.
|
||||
vec_mut.extend(stream_iter.skip(1));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue