remove redundant returns (clippy::needless_return)

This commit is contained in:
Matthias Krüger 2020-03-20 15:03:11 +01:00
parent 951a3661ad
commit ad00e91887
84 changed files with 142 additions and 170 deletions

View file

@ -320,7 +320,7 @@ pub fn nt_to_tokenstream(nt: &Nonterminal, sess: &ParseSess, span: Span) -> Toke
going with stringified version"
);
}
return tokens_for_real;
tokens_for_real
}
fn prepend_attrs(