Sign in
rust
/
rust-clippy
/
62fd159a5d565aa571b70b31d5dfefc2b6fdbcfd
/
.
/
clippy_lints
/
src
/
methods
tree: 26566c54fc068693b6f67fa0fe06c5c9a121307a [
path history
]
[
tgz
]
bind_instead_of_map.rs
bytecount.rs
bytes_count_to_len.rs
bytes_nth.rs
case_sensitive_file_extension_comparisons.rs
chars_cmp.rs
chars_cmp_with_unwrap.rs
chars_last_cmp.rs
chars_last_cmp_with_unwrap.rs
chars_next_cmp.rs
chars_next_cmp_with_unwrap.rs
clear_with_drain.rs
clone_on_copy.rs
clone_on_ref_ptr.rs
cloned_instead_of_copied.rs
collapsible_str_replace.rs
double_ended_iterator_last.rs
drain_collect.rs
err_expect.rs
expect_fun_call.rs
extend_with_drain.rs
filetype_is_file.rs
filter_map.rs
filter_map_bool_then.rs
filter_map_identity.rs
filter_map_next.rs
filter_next.rs
flat_map_identity.rs
flat_map_option.rs
format_collect.rs
from_iter_instead_of_collect.rs
get_first.rs
get_last_with_len.rs
get_unwrap.rs
implicit_clone.rs
inefficient_to_string.rs
inspect_for_each.rs
into_iter_on_ref.rs
io_other_error.rs
ip_constant.rs
is_digit_ascii_radix.rs
is_empty.rs
iter_cloned_collect.rs
iter_count.rs
iter_filter.rs
iter_kv_map.rs
iter_next_slice.rs
iter_nth.rs
iter_nth_zero.rs
iter_on_single_or_empty_collections.rs
iter_out_of_bounds.rs
iter_overeager_cloned.rs
iter_skip_next.rs
iter_skip_zero.rs
iter_with_drain.rs
iterator_step_by_zero.rs
join_absolute_paths.rs
manual_c_str_literals.rs
manual_contains.rs
manual_inspect.rs
manual_is_variant_and.rs
manual_next_back.rs
manual_ok_or.rs
manual_repeat_n.rs
manual_saturating_arithmetic.rs
manual_str_repeat.rs
manual_try_fold.rs
map_all_any_identity.rs
map_clone.rs
map_collect_result_unit.rs
map_err_ignore.rs
map_flatten.rs
map_identity.rs
map_unwrap_or.rs
map_with_unused_argument_over_ranges.rs
mod.rs
mut_mutex_lock.rs
needless_as_bytes.rs
needless_character_iteration.rs
needless_collect.rs
needless_option_as_deref.rs
needless_option_take.rs
no_effect_replace.rs
obfuscated_if_else.rs
ok_expect.rs
open_options.rs
option_as_ref_cloned.rs
option_as_ref_deref.rs
option_map_or_none.rs
option_map_unwrap_or.rs
or_fun_call.rs
or_then_unwrap.rs
path_buf_push_overwrite.rs
path_ends_with_ext.rs
range_zip_with_len.rs
read_line_without_trim.rs
readonly_write_lock.rs
redundant_as_str.rs
repeat_once.rs
result_map_or_else_none.rs
return_and_then.rs
search_is_some.rs
seek_from_current.rs
seek_to_start_instead_of_rewind.rs
single_char_add_str.rs
single_char_insert_string.rs
single_char_push_string.rs
skip_while_next.rs
sliced_string_as_bytes.rs
stable_sort_primitive.rs
str_split.rs
str_splitn.rs
string_extend_chars.rs
string_lit_chars_any.rs
suspicious_command_arg_space.rs
suspicious_map.rs
suspicious_splitn.rs
suspicious_to_owned.rs
swap_with_temporary.rs
type_id_on_box.rs
unbuffered_bytes.rs
uninit_assumed_init.rs
unit_hash.rs
unnecessary_fallible_conversions.rs
unnecessary_filter_map.rs
unnecessary_first_then_check.rs
unnecessary_fold.rs
unnecessary_get_then_check.rs
unnecessary_iter_cloned.rs
unnecessary_join.rs
unnecessary_lazy_eval.rs
unnecessary_literal_unwrap.rs
unnecessary_map_or.rs
unnecessary_min_or_max.rs
unnecessary_result_map_or_else.rs
unnecessary_sort_by.rs
unnecessary_to_owned.rs
unused_enumerate_index.rs
unwrap_expect_used.rs
useless_asref.rs
useless_nonzero_new_unchecked.rs
utils.rs
vec_resize_to_zero.rs
verbose_file_reads.rs
waker_clone_wake.rs
wrong_self_convention.rs
zst_offset.rs