tree: 5d932eb56d8554efc2258da09786cee4dd9c2dbc [path history] [tgz]
  1. methods/
  2. utils/
  3. approx_const.rs
  4. arithmetic.rs
  5. as_conversions.rs
  6. asm_syntax.rs
  7. assertions_on_constants.rs
  8. assign_ops.rs
  9. async_yields_async.rs
  10. atomic_ordering.rs
  11. attrs.rs
  12. await_holding_invalid.rs
  13. bit_mask.rs
  14. blacklisted_name.rs
  15. blocks_in_if_conditions.rs
  16. booleans.rs
  17. bytecount.rs
  18. cargo_common_metadata.rs
  19. checked_conversions.rs
  20. cognitive_complexity.rs
  21. collapsible_if.rs
  22. comparison_chain.rs
  23. consts.rs
  24. copies.rs
  25. copy_iterator.rs
  26. create_dir.rs
  27. dbg_macro.rs
  28. default.rs
  29. deprecated_lints.rs
  30. dereference.rs
  31. derive.rs
  32. disallowed_method.rs
  33. doc.rs
  34. double_comparison.rs
  35. double_parens.rs
  36. drop_forget_ref.rs
  37. duration_subsec.rs
  38. else_if_without_else.rs
  39. empty_enum.rs
  40. entry.rs
  41. enum_clike.rs
  42. enum_variants.rs
  43. eq_op.rs
  44. erasing_op.rs
  45. escape.rs
  46. eta_reduction.rs
  47. eval_order_dependence.rs
  48. excessive_bools.rs
  49. exit.rs
  50. explicit_write.rs
  51. fallible_impl_from.rs
  52. float_equality_without_abs.rs
  53. float_literal.rs
  54. floating_point_arithmetic.rs
  55. format.rs
  56. formatting.rs
  57. functions.rs
  58. future_not_send.rs
  59. get_last_with_len.rs
  60. identity_op.rs
  61. if_let_mutex.rs
  62. if_let_some_result.rs
  63. if_not_else.rs
  64. implicit_return.rs
  65. implicit_saturating_sub.rs
  66. indexing_slicing.rs
  67. infinite_iter.rs
  68. inherent_impl.rs
  69. inherent_to_string.rs
  70. inline_fn_without_body.rs
  71. int_plus_one.rs
  72. integer_division.rs
  73. items_after_statements.rs
  74. large_const_arrays.rs
  75. large_enum_variant.rs
  76. large_stack_arrays.rs
  77. len_zero.rs
  78. let_if_seq.rs
  79. let_underscore.rs
  80. lib.rs
  81. lifetimes.rs
  82. literal_representation.rs
  83. loops.rs
  84. macro_use.rs
  85. main_recursion.rs
  86. manual_async_fn.rs
  87. manual_non_exhaustive.rs
  88. manual_ok_or.rs
  89. manual_strip.rs
  90. manual_unwrap_or.rs
  91. map_clone.rs
  92. map_err_ignore.rs
  93. map_identity.rs
  94. map_unit_fn.rs
  95. match_on_vec_items.rs
  96. matches.rs
  97. mem_discriminant.rs
  98. mem_forget.rs
  99. mem_replace.rs
  100. minmax.rs
  101. misc.rs
  102. misc_early.rs
  103. missing_const_for_fn.rs
  104. missing_doc.rs
  105. missing_inline.rs
  106. modulo_arithmetic.rs
  107. multiple_crate_versions.rs
  108. mut_key.rs
  109. mut_mut.rs
  110. mut_mutex_lock.rs
  111. mut_reference.rs
  112. mutable_debug_assertion.rs
  113. mutex_atomic.rs
  114. needless_arbitrary_self_type.rs
  115. needless_bool.rs
  116. needless_borrow.rs
  117. needless_borrowed_ref.rs
  118. needless_continue.rs
  119. needless_pass_by_value.rs
  120. needless_update.rs
  121. neg_cmp_op_on_partial_ord.rs
  122. neg_multiply.rs
  123. new_without_default.rs
  124. no_effect.rs
  125. non_copy_const.rs
  126. non_expressive_names.rs
  127. open_options.rs
  128. option_env_unwrap.rs
  129. option_if_let_else.rs
  130. overflow_check_conditional.rs
  131. panic_in_result_fn.rs
  132. panic_unimplemented.rs
  133. partialeq_ne_impl.rs
  134. pass_by_ref_or_value.rs
  135. path_buf_push_overwrite.rs
  136. pattern_type_mismatch.rs
  137. precedence.rs
  138. ptr.rs
  139. ptr_eq.rs
  140. ptr_offset_with_cast.rs
  141. question_mark.rs
  142. ranges.rs
  143. redundant_clone.rs
  144. redundant_closure_call.rs
  145. redundant_field_names.rs
  146. redundant_pub_crate.rs
  147. redundant_static_lifetimes.rs
  148. ref_option_ref.rs
  149. reference.rs
  150. regex.rs
  151. repeat_once.rs
  152. returns.rs
  153. self_assignment.rs
  154. serde_api.rs
  155. shadow.rs
  156. single_component_path_imports.rs
  157. slow_vector_initialization.rs
  158. stable_sort_primitive.rs
  159. strings.rs
  160. suspicious_trait_impl.rs
  161. swap.rs
  162. tabs_in_doc_comments.rs
  163. temporary_assignment.rs
  164. to_digit_is_some.rs
  165. to_string_in_display.rs
  166. trait_bounds.rs
  167. transmute.rs
  168. transmuting_null.rs
  169. try_err.rs
  170. types.rs
  171. undropped_manually_drops.rs
  172. unicode.rs
  173. unit_return_expecting_ord.rs
  174. unnamed_address.rs
  175. unnecessary_sort_by.rs
  176. unnested_or_patterns.rs
  177. unsafe_removed_from_name.rs
  178. unused_io_amount.rs
  179. unused_self.rs
  180. unused_unit.rs
  181. unwrap.rs
  182. unwrap_in_result.rs
  183. use_self.rs
  184. useless_conversion.rs
  185. vec.rs
  186. vec_resize_to_zero.rs
  187. verbose_file_reads.rs
  188. wildcard_dependencies.rs
  189. wildcard_imports.rs
  190. write.rs
  191. zero_div_zero.rs