rust-clippy/clippy_lints/src/methods
2021-03-13 02:10:54 +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_copy.rs move clone_on_copy to its own module 2021-03-11 19:40:24 +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_fun_call.rs move expect_fun_call to its own module 2021-03-11 19:40:50 +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_flat_map.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
filter_map.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
filter_map_flat_map.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
filter_map_identity.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
filter_map_map.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
filter_map_next.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
filter_next.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
flat_map_identity.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
from_iter_instead_of_collect.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
get_unwrap.rs fix interning-defined-symbol error 2021-03-11 20:18:33 +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 Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
into_iter_on_ref.rs remove unused imports 2021-03-11 20:02:29 +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.rs fix interning-defined-symbol error 2021-03-11 20:18:33 +09:00
iter_nth_zero.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
iter_skip_next.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
iterator_step_by_zero.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +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 Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
map_flatten.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
map_unwrap_or.rs move map_unwrap_or to its own module 2021-03-11 19:40:24 +09:00
mod.rs remove unused imports 2021-03-11 20:02:29 +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_or_none.rs move option_map_or_none to its own module 2021-03-11 19:40:24 +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
or_fun_call.rs move or_fun_call to its own module 2021-03-11 19:40:24 +09:00
search_is_some.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +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 Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +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 Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +09:00
unnecessary_fold.rs Use sym::Iterator instead of paths::ITERATOR 2021-03-13 02:10:54 +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
useless_asref.rs move useless_asref to its own module 2021-03-11 19:40:24 +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