tree: 26566c54fc068693b6f67fa0fe06c5c9a121307a [path history] [tgz]
  1. bind_instead_of_map.rs
  2. bytecount.rs
  3. bytes_count_to_len.rs
  4. bytes_nth.rs
  5. case_sensitive_file_extension_comparisons.rs
  6. chars_cmp.rs
  7. chars_cmp_with_unwrap.rs
  8. chars_last_cmp.rs
  9. chars_last_cmp_with_unwrap.rs
  10. chars_next_cmp.rs
  11. chars_next_cmp_with_unwrap.rs
  12. clear_with_drain.rs
  13. clone_on_copy.rs
  14. clone_on_ref_ptr.rs
  15. cloned_instead_of_copied.rs
  16. collapsible_str_replace.rs
  17. double_ended_iterator_last.rs
  18. drain_collect.rs
  19. err_expect.rs
  20. expect_fun_call.rs
  21. extend_with_drain.rs
  22. filetype_is_file.rs
  23. filter_map.rs
  24. filter_map_bool_then.rs
  25. filter_map_identity.rs
  26. filter_map_next.rs
  27. filter_next.rs
  28. flat_map_identity.rs
  29. flat_map_option.rs
  30. format_collect.rs
  31. from_iter_instead_of_collect.rs
  32. get_first.rs
  33. get_last_with_len.rs
  34. get_unwrap.rs
  35. implicit_clone.rs
  36. inefficient_to_string.rs
  37. inspect_for_each.rs
  38. into_iter_on_ref.rs
  39. io_other_error.rs
  40. ip_constant.rs
  41. is_digit_ascii_radix.rs
  42. is_empty.rs
  43. iter_cloned_collect.rs
  44. iter_count.rs
  45. iter_filter.rs
  46. iter_kv_map.rs
  47. iter_next_slice.rs
  48. iter_nth.rs
  49. iter_nth_zero.rs
  50. iter_on_single_or_empty_collections.rs
  51. iter_out_of_bounds.rs
  52. iter_overeager_cloned.rs
  53. iter_skip_next.rs
  54. iter_skip_zero.rs
  55. iter_with_drain.rs
  56. iterator_step_by_zero.rs
  57. join_absolute_paths.rs
  58. manual_c_str_literals.rs
  59. manual_contains.rs
  60. manual_inspect.rs
  61. manual_is_variant_and.rs
  62. manual_next_back.rs
  63. manual_ok_or.rs
  64. manual_repeat_n.rs
  65. manual_saturating_arithmetic.rs
  66. manual_str_repeat.rs
  67. manual_try_fold.rs
  68. map_all_any_identity.rs
  69. map_clone.rs
  70. map_collect_result_unit.rs
  71. map_err_ignore.rs
  72. map_flatten.rs
  73. map_identity.rs
  74. map_unwrap_or.rs
  75. map_with_unused_argument_over_ranges.rs
  76. mod.rs
  77. mut_mutex_lock.rs
  78. needless_as_bytes.rs
  79. needless_character_iteration.rs
  80. needless_collect.rs
  81. needless_option_as_deref.rs
  82. needless_option_take.rs
  83. no_effect_replace.rs
  84. obfuscated_if_else.rs
  85. ok_expect.rs
  86. open_options.rs
  87. option_as_ref_cloned.rs
  88. option_as_ref_deref.rs
  89. option_map_or_none.rs
  90. option_map_unwrap_or.rs
  91. or_fun_call.rs
  92. or_then_unwrap.rs
  93. path_buf_push_overwrite.rs
  94. path_ends_with_ext.rs
  95. range_zip_with_len.rs
  96. read_line_without_trim.rs
  97. readonly_write_lock.rs
  98. redundant_as_str.rs
  99. repeat_once.rs
  100. result_map_or_else_none.rs
  101. return_and_then.rs
  102. search_is_some.rs
  103. seek_from_current.rs
  104. seek_to_start_instead_of_rewind.rs
  105. single_char_add_str.rs
  106. single_char_insert_string.rs
  107. single_char_push_string.rs
  108. skip_while_next.rs
  109. sliced_string_as_bytes.rs
  110. stable_sort_primitive.rs
  111. str_split.rs
  112. str_splitn.rs
  113. string_extend_chars.rs
  114. string_lit_chars_any.rs
  115. suspicious_command_arg_space.rs
  116. suspicious_map.rs
  117. suspicious_splitn.rs
  118. suspicious_to_owned.rs
  119. swap_with_temporary.rs
  120. type_id_on_box.rs
  121. unbuffered_bytes.rs
  122. uninit_assumed_init.rs
  123. unit_hash.rs
  124. unnecessary_fallible_conversions.rs
  125. unnecessary_filter_map.rs
  126. unnecessary_first_then_check.rs
  127. unnecessary_fold.rs
  128. unnecessary_get_then_check.rs
  129. unnecessary_iter_cloned.rs
  130. unnecessary_join.rs
  131. unnecessary_lazy_eval.rs
  132. unnecessary_literal_unwrap.rs
  133. unnecessary_map_or.rs
  134. unnecessary_min_or_max.rs
  135. unnecessary_result_map_or_else.rs
  136. unnecessary_sort_by.rs
  137. unnecessary_to_owned.rs
  138. unused_enumerate_index.rs
  139. unwrap_expect_used.rs
  140. useless_asref.rs
  141. useless_nonzero_new_unchecked.rs
  142. utils.rs
  143. vec_resize_to_zero.rs
  144. verbose_file_reads.rs
  145. waker_clone_wake.rs
  146. wrong_self_convention.rs
  147. zst_offset.rs