tree: 741a744086e360615d76d5a6a58f0daa5d33e652
  1. casts/
  2. functions/
  3. loops/
  4. methods/
  5. misc_early/
  6. transmute/
  7. types/
  8. unit_types/
  9. utils/
  10. absurd_extreme_comparisons.rs
  11. approx_const.rs
  12. arithmetic.rs
  13. as_conversions.rs
  14. asm_syntax.rs
  15. assertions_on_constants.rs
  16. assign_ops.rs
  17. async_yields_async.rs
  18. attrs.rs
  19. await_holding_invalid.rs
  20. bit_mask.rs
  21. blacklisted_name.rs
  22. blocks_in_if_conditions.rs
  23. bool_assert_comparison.rs
  24. booleans.rs
  25. borrow_as_ptr.rs
  26. bytecount.rs
  27. cargo_common_metadata.rs
  28. case_sensitive_file_extension_comparisons.rs
  29. checked_conversions.rs
  30. cognitive_complexity.rs
  31. collapsible_if.rs
  32. collapsible_match.rs
  33. comparison_chain.rs
  34. copies.rs
  35. copy_iterator.rs
  36. create_dir.rs
  37. dbg_macro.rs
  38. default.rs
  39. default_numeric_fallback.rs
  40. deprecated_lints.rs
  41. dereference.rs
  42. derivable_impls.rs
  43. derive.rs
  44. disallowed_methods.rs
  45. disallowed_script_idents.rs
  46. disallowed_types.rs
  47. doc.rs
  48. double_comparison.rs
  49. double_parens.rs
  50. drop_forget_ref.rs
  51. duration_subsec.rs
  52. else_if_without_else.rs
  53. empty_enum.rs
  54. entry.rs
  55. enum_clike.rs
  56. enum_variants.rs
  57. eq_op.rs
  58. equatable_if_let.rs
  59. erasing_op.rs
  60. escape.rs
  61. eta_reduction.rs
  62. eval_order_dependence.rs
  63. excessive_bools.rs
  64. exhaustive_items.rs
  65. exit.rs
  66. explicit_write.rs
  67. fallible_impl_from.rs
  68. feature_name.rs
  69. float_equality_without_abs.rs
  70. float_literal.rs
  71. floating_point_arithmetic.rs
  72. format.rs
  73. format_args.rs
  74. formatting.rs
  75. from_over_into.rs
  76. from_str_radix_10.rs
  77. future_not_send.rs
  78. get_last_with_len.rs
  79. identity_op.rs
  80. if_let_mutex.rs
  81. if_not_else.rs
  82. if_then_some_else_none.rs
  83. implicit_hasher.rs
  84. implicit_return.rs
  85. implicit_saturating_sub.rs
  86. inconsistent_struct_constructor.rs
  87. index_refutable_slice.rs
  88. indexing_slicing.rs
  89. infinite_iter.rs
  90. inherent_impl.rs
  91. inherent_to_string.rs
  92. init_numbered_fields.rs
  93. inline_fn_without_body.rs
  94. int_plus_one.rs
  95. integer_division.rs
  96. invalid_upcast_comparisons.rs
  97. items_after_statements.rs
  98. iter_not_returning_iterator.rs
  99. large_const_arrays.rs
  100. large_enum_variant.rs
  101. large_stack_arrays.rs
  102. len_zero.rs
  103. let_if_seq.rs
  104. let_underscore.rs
  105. lib.deprecated.rs
  106. lib.register_all.rs
  107. lib.register_cargo.rs
  108. lib.register_complexity.rs
  109. lib.register_correctness.rs
  110. lib.register_internal.rs
  111. lib.register_lints.rs
  112. lib.register_nursery.rs
  113. lib.register_pedantic.rs
  114. lib.register_perf.rs
  115. lib.register_restriction.rs
  116. lib.register_style.rs
  117. lib.register_suspicious.rs
  118. lib.rs
  119. lifetimes.rs
  120. literal_representation.rs
  121. macro_use.rs
  122. main_recursion.rs
  123. manual_assert.rs
  124. manual_async_fn.rs
  125. manual_bits.rs
  126. manual_map.rs
  127. manual_non_exhaustive.rs
  128. manual_ok_or.rs
  129. manual_strip.rs
  130. manual_unwrap_or.rs
  131. map_clone.rs
  132. map_err_ignore.rs
  133. map_unit_fn.rs
  134. match_on_vec_items.rs
  135. match_result_ok.rs
  136. match_str_case_mismatch.rs
  137. matches.rs
  138. mem_forget.rs
  139. mem_replace.rs
  140. minmax.rs
  141. misc.rs
  142. missing_const_for_fn.rs
  143. missing_doc.rs
  144. missing_enforced_import_rename.rs
  145. missing_inline.rs
  146. module_style.rs
  147. modulo_arithmetic.rs
  148. multiple_crate_versions.rs
  149. mut_key.rs
  150. mut_mut.rs
  151. mut_mutex_lock.rs
  152. mut_reference.rs
  153. mutable_debug_assertion.rs
  154. mutex_atomic.rs
  155. needless_arbitrary_self_type.rs
  156. needless_bitwise_bool.rs
  157. needless_bool.rs
  158. needless_borrowed_ref.rs
  159. needless_continue.rs
  160. needless_for_each.rs
  161. needless_late_init.rs
  162. needless_option_as_deref.rs
  163. needless_pass_by_value.rs
  164. needless_question_mark.rs
  165. needless_update.rs
  166. neg_cmp_op_on_partial_ord.rs
  167. neg_multiply.rs
  168. new_without_default.rs
  169. no_effect.rs
  170. non_copy_const.rs
  171. non_expressive_names.rs
  172. non_octal_unix_permissions.rs
  173. non_send_fields_in_send_ty.rs
  174. nonstandard_macro_braces.rs
  175. octal_escapes.rs
  176. open_options.rs
  177. option_env_unwrap.rs
  178. option_if_let_else.rs
  179. overflow_check_conditional.rs
  180. panic_in_result_fn.rs
  181. panic_unimplemented.rs
  182. partialeq_ne_impl.rs
  183. pass_by_ref_or_value.rs
  184. path_buf_push_overwrite.rs
  185. pattern_type_mismatch.rs
  186. precedence.rs
  187. ptr.rs
  188. ptr_eq.rs
  189. ptr_offset_with_cast.rs
  190. question_mark.rs
  191. ranges.rs
  192. redundant_clone.rs
  193. redundant_closure_call.rs
  194. redundant_else.rs
  195. redundant_field_names.rs
  196. redundant_pub_crate.rs
  197. redundant_slicing.rs
  198. redundant_static_lifetimes.rs
  199. ref_option_ref.rs
  200. reference.rs
  201. regex.rs
  202. repeat_once.rs
  203. return_self_not_must_use.rs
  204. returns.rs
  205. same_name_method.rs
  206. self_assignment.rs
  207. self_named_constructors.rs
  208. semicolon_if_nothing_returned.rs
  209. serde_api.rs
  210. shadow.rs
  211. single_char_lifetime_names.rs
  212. single_component_path_imports.rs
  213. size_of_in_element_count.rs
  214. slow_vector_initialization.rs
  215. stable_sort_primitive.rs
  216. strings.rs
  217. strlen_on_c_strings.rs
  218. suspicious_operation_groupings.rs
  219. suspicious_trait_impl.rs
  220. swap.rs
  221. tabs_in_doc_comments.rs
  222. temporary_assignment.rs
  223. to_digit_is_some.rs
  224. to_string_in_display.rs
  225. trailing_empty_array.rs
  226. trait_bounds.rs
  227. transmuting_null.rs
  228. try_err.rs
  229. undocumented_unsafe_blocks.rs
  230. undropped_manually_drops.rs
  231. unicode.rs
  232. uninit_vec.rs
  233. unit_hash.rs
  234. unit_return_expecting_ord.rs
  235. unnamed_address.rs
  236. unnecessary_self_imports.rs
  237. unnecessary_sort_by.rs
  238. unnecessary_wraps.rs
  239. unnested_or_patterns.rs
  240. unsafe_removed_from_name.rs
  241. unused_async.rs
  242. unused_io_amount.rs
  243. unused_self.rs
  244. unused_unit.rs
  245. unwrap.rs
  246. unwrap_in_result.rs
  247. upper_case_acronyms.rs
  248. use_self.rs
  249. useless_conversion.rs
  250. vec.rs
  251. vec_init_then_push.rs
  252. vec_resize_to_zero.rs
  253. verbose_file_reads.rs
  254. wildcard_dependencies.rs
  255. wildcard_imports.rs
  256. write.rs
  257. zero_div_zero.rs
  258. zero_sized_map_values.rs