rust/clippy_lints/src/methods
2021-12-06 12:33:02 -06:00
..
bind_instead_of_map.rs Rename remove_blocks to peel_blocks 2021-12-06 12:33:02 -06:00
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
expect_used.rs
extend_with_drain.rs
filetype_is_file.rs
filter_map_identity.rs
filter_map_next.rs
filter_map.rs Rename remove_blocks to peel_blocks 2021-12-06 12:33:02 -06:00
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 apply iter_cloned_collect to copied() 2021-11-28 23:59:31 +09:00
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 #8054 - camsteffen:map-flatten-style, r=giraffate 2021-12-04 13:30:09 +00:00
ok_expect.rs
option_as_ref_deref.rs Rename remove_blocks to peel_blocks 2021-12-06 12:33:02 -06:00
option_map_or_none.rs
option_map_unwrap_or.rs
or_fun_call.rs
search_is_some.rs Move deref closure builder to clippy_utils::sugg module 2021-11-20 15:48:21 +01:00
single_char_add_str.rs
single_char_insert_string.rs
single_char_pattern.rs fix some false negatives for single_char_pattern 2021-12-05 17:33:52 +01:00
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 Rename remove_blocks to peel_blocks 2021-12-06 12:33:02 -06:00
unnecessary_lazy_eval.rs
unwrap_or_else_default.rs
unwrap_used.rs
useless_asref.rs
utils.rs Escape backslash for singe_char_pattern.rs 2021-12-02 23:47:23 +01:00
wrong_self_convention.rs
zst_offset.rs