rust/src/librustc_parse/parser
Matthias Krüger 58023fedfc Fix more clippy warnings
Fixes more of:

clippy::unused_unit
clippy::op_ref
clippy::useless_format
clippy::needless_return
clippy::useless_conversion
clippy::bind_instead_of_map
clippy::into_iter_on_ref
clippy::redundant_clone
clippy::nonminimal_bool
clippy::redundant_closure
clippy::option_as_ref_deref
clippy::len_zero
clippy::iter_cloned_collect
clippy::filter_next
2020-06-09 18:51:08 +02:00
..
attr.rs Add error code to inner doc comment attribute error 2020-04-22 11:08:50 +02:00
diagnostics.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
expr.rs Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
generics.rs Rollup merge of #71256 - cuviper:must_use_replace, r=estebank 2020-04-22 23:19:19 +02:00
item.rs Only capture tokens for items with outer attributes 2020-05-25 23:44:40 -04:00
mod.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
pat.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
path.rs Remove ast::{Ident, Name} reexports. 2020-05-08 13:13:15 +02:00
stmt.rs Detect errors caused by async block in 2015 edition 2020-05-05 19:35:20 -07:00
ty.rs parse: recover on const fn() / async fn(). 2020-03-26 09:44:11 +01:00