tree: d54804c9358098b14d41b19ab107749410a45c90 [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. lib.rs
  59. lines_filter_map_ok.rs
  60. manual_c_str_literals.rs
  61. manual_contains.rs
  62. manual_inspect.rs
  63. manual_is_variant_and.rs
  64. manual_next_back.rs
  65. manual_ok_or.rs
  66. manual_repeat_n.rs
  67. manual_saturating_arithmetic.rs
  68. manual_str_repeat.rs
  69. manual_try_fold.rs
  70. map_all_any_identity.rs
  71. map_clone.rs
  72. map_collect_result_unit.rs
  73. map_err_ignore.rs
  74. map_flatten.rs
  75. map_identity.rs
  76. map_unwrap_or.rs
  77. map_with_unused_argument_over_ranges.rs
  78. mod.rs
  79. mut_mutex_lock.rs
  80. needless_as_bytes.rs
  81. needless_character_iteration.rs
  82. needless_collect.rs
  83. needless_option_as_deref.rs
  84. needless_option_take.rs
  85. new_ret_no_self.rs
  86. no_effect_replace.rs
  87. obfuscated_if_else.rs
  88. ok_expect.rs
  89. open_options.rs
  90. option_as_ref_cloned.rs
  91. option_as_ref_deref.rs
  92. option_map_or_none.rs
  93. option_map_unwrap_or.rs
  94. or_fun_call.rs
  95. or_then_unwrap.rs
  96. path_buf_push_overwrite.rs
  97. path_ends_with_ext.rs
  98. ptr_offset_with_cast.rs
  99. range_zip_with_len.rs
  100. read_line_without_trim.rs
  101. readonly_write_lock.rs
  102. redundant_as_str.rs
  103. repeat_once.rs
  104. result_map_or_else_none.rs
  105. return_and_then.rs
  106. search_is_some.rs
  107. seek_from_current.rs
  108. seek_to_start_instead_of_rewind.rs
  109. should_implement_trait.rs
  110. single_char_add_str.rs
  111. skip_while_next.rs
  112. sliced_string_as_bytes.rs
  113. stable_sort_primitive.rs
  114. str_split.rs
  115. str_splitn.rs
  116. string_extend_chars.rs
  117. string_lit_chars_any.rs
  118. suspicious_command_arg_space.rs
  119. suspicious_map.rs
  120. suspicious_splitn.rs
  121. suspicious_to_owned.rs
  122. swap_with_temporary.rs
  123. type_id_on_box.rs
  124. unbuffered_bytes.rs
  125. uninit_assumed_init.rs
  126. unit_hash.rs
  127. unnecessary_fallible_conversions.rs
  128. unnecessary_filter_map.rs
  129. unnecessary_first_then_check.rs
  130. unnecessary_fold.rs
  131. unnecessary_get_then_check.rs
  132. unnecessary_iter_cloned.rs
  133. unnecessary_join.rs
  134. unnecessary_lazy_eval.rs
  135. unnecessary_literal_unwrap.rs
  136. unnecessary_map_or.rs
  137. unnecessary_min_or_max.rs
  138. unnecessary_option_map_or_else.rs
  139. unnecessary_result_map_or_else.rs
  140. unnecessary_sort_by.rs
  141. unnecessary_to_owned.rs
  142. unused_enumerate_index.rs
  143. unwrap_expect_used.rs
  144. useless_asref.rs
  145. useless_nonzero_new_unchecked.rs
  146. utils.rs
  147. vec_resize_to_zero.rs
  148. verbose_file_reads.rs
  149. waker_clone_wake.rs
  150. wrong_self_convention.rs
  151. zst_offset.rs