rust/clippy_lints/src/methods
2021-03-11 19:40:24 +09:00
..
bind_instead_of_map.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
bytes_nth.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
clone_on_ref_ptr.rs move string_extend_chars and clone_on_ref_ptr to their own module 2021-03-11 19:40:00 +09:00
expect_used.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
filetype_is_file.rs move filetype_is_file to its own module 2021-03-11 19:37:16 +09:00
filter_map_identity.rs Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' into clippyup 2021-02-11 15:04:38 +01:00
filter_map.rs move filter_map to its own module 2021-03-11 19:40:24 +09:00
filter_next.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
from_iter_instead_of_collect.rs move from_iter_insteam_of_collect to its own module 2021-03-11 19:40:24 +09:00
get_unwrap.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
implicit_clone.rs added new lint implicit_clone 2021-02-26 19:13:47 -06:00
inefficient_to_string.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
inspect_for_each.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
into_iter_on_ref.rs move into_iter_on_ref and single_char_pattern to their own modules 2021-03-11 19:40:22 +09:00
iter_cloned_collect.rs move iter_cloned_collect to its own module 2021-03-11 19:37:16 +09:00
iter_count.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
iter_next_slice.rs move iter_next_slice to its own module 2021-03-11 19:37:16 +09:00
iter_nth_zero.rs move iter_nth, iter_nth_zero and iterator_step_by_zero to their own module 2021-03-11 19:39:58 +09:00
iter_nth.rs move iter_nth, iter_nth_zero and iterator_step_by_zero to their own module 2021-03-11 19:39:58 +09:00
iterator_step_by_zero.rs move iter_nth, iter_nth_zero and iterator_step_by_zero to their own module 2021-03-11 19:39:58 +09:00
manual_saturating_arithmetic.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
map_collect_result_unit.rs move map_collect_result_unit to its own module 2021-03-11 19:37:16 +09:00
mod.rs move filter_map to its own module 2021-03-11 19:40:24 +09:00
ok_expect.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
option_as_ref_deref.rs move option_as_ref_deref to its own module 2021-03-11 19:37:16 +09:00
option_map_unwrap_or.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
single_char_insert_string.rs move single_char_insert_string to its own module 2021-03-11 19:40:00 +09:00
single_char_pattern.rs move into_iter_on_ref and single_char_pattern to their own modules 2021-03-11 19:40:22 +09:00
single_char_push_string.rs move single_char_push_string to its own module 2021-03-11 19:40:00 +09:00
skip_while_next.rs move skip_while_next to its own module 2021-03-11 19:37:16 +09:00
string_extend_chars.rs move string_extend_chars and clone_on_ref_ptr to their own module 2021-03-11 19:40:00 +09:00
suspicious_map.rs move suspicious_map to its own module 2021-03-11 19:37:16 +09:00
uninit_assumed_init.rs move uninit_assumed_init to its own module 2021-03-11 19:37:16 +09:00
unnecessary_filter_map.rs replace lints and lint with check 2021-03-11 19:37:16 +09:00
unnecessary_lazy_eval.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
unwrap_used.rs move expect_used, filter_next, get_unwrap, ok_expect and unwrap_used to their own modules 2021-03-11 19:37:13 +09:00
wrong_self_convention.rs move wrong_self_convention to its own module 2021-03-11 19:40:00 +09:00
zst_offset.rs move zst_offset to its own module 2021-03-11 19:37:16 +09:00