remove redundant returns (clippy::needless_return)
This commit is contained in:
parent
951a3661ad
commit
ad00e91887
84 changed files with 142 additions and 170 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue