rust/clippy_lints/src/methods
bors 0d94167a23 Auto merge of #8198 - camsteffen:no-method-call-macro, r=flip1995
Remove method_call! macro

This is possible now that `SymbolStr` is removed from rustc.

changelog: none
2022-01-12 13:59:12 +00:00
..
bind_instead_of_map.rs
bytes_nth.rs
chars_cmp_with_unwrap.rs
chars_cmp.rs
chars_last_cmp_with_unwrap.rs
chars_last_cmp.rs
chars_next_cmp_with_unwrap.rs
chars_next_cmp.rs
clone_on_copy.rs
clone_on_ref_ptr.rs
cloned_instead_of_copied.rs
expect_fun_call.rs New macro utils 2022-01-04 22:32:02 +00:00
expect_used.rs
extend_with_drain.rs
filetype_is_file.rs
filter_map_identity.rs
filter_map_next.rs
filter_map.rs
filter_next.rs
flat_map_identity.rs
flat_map_option.rs
from_iter_instead_of_collect.rs
get_unwrap.rs
implicit_clone.rs
inefficient_to_string.rs
inspect_for_each.rs
into_iter_on_ref.rs
iter_cloned_collect.rs
iter_count.rs
iter_next_slice.rs
iter_nth_zero.rs
iter_nth.rs
iter_skip_next.rs
iterator_step_by_zero.rs
manual_saturating_arithmetic.rs
manual_str_repeat.rs
map_collect_result_unit.rs
map_flatten.rs
map_identity.rs
map_unwrap_or.rs
mod.rs Auto merge of #8198 - camsteffen:no-method-call-macro, r=flip1995 2022-01-12 13:59:12 +00:00
ok_expect.rs
option_as_ref_deref.rs
option_map_or_none.rs
option_map_unwrap_or.rs
or_fun_call.rs
search_is_some.rs
single_char_add_str.rs
single_char_insert_string.rs
single_char_pattern.rs
single_char_push_string.rs
skip_while_next.rs
str_splitn.rs
string_extend_chars.rs
suspicious_map.rs
suspicious_splitn.rs
uninit_assumed_init.rs
unnecessary_filter_map.rs
unnecessary_fold.rs
unnecessary_iter_cloned.rs Change unnecessary_to_owned into_iter suggestions to MaybeIncorrect 2022-01-05 05:05:36 -05:00
unnecessary_lazy_eval.rs
unnecessary_to_owned.rs Change unnecessary_to_owned into_iter suggestions to MaybeIncorrect 2022-01-05 05:05:36 -05:00
unwrap_or_else_default.rs
unwrap_used.rs
useless_asref.rs
utils.rs
wrong_self_convention.rs
zst_offset.rs