tree: 958954a4d8dde81f31b7699a52ac875842b38b9d [path history] [tgz]
  1. author/
  2. auxiliary/
  3. checked_unwrap/
  4. cmp_owned/
  5. crashes/
  6. crate_level_checks/
  7. missing_const_for_fn/
  8. needless_bool/
  9. out_of_bounds_indexing/
  10. absurd-extreme-comparisons.rs
  11. absurd-extreme-comparisons.stderr
  12. approx_const.rs
  13. approx_const.stderr
  14. as_conversions.rs
  15. as_conversions.stderr
  16. assertions_on_constants.rs
  17. assertions_on_constants.stderr
  18. assign_ops.fixed
  19. assign_ops.rs
  20. assign_ops.stderr
  21. assign_ops2.rs
  22. assign_ops2.stderr
  23. atomic_ordering_bool.rs
  24. atomic_ordering_bool.stderr
  25. atomic_ordering_fence.rs
  26. atomic_ordering_fence.stderr
  27. atomic_ordering_int.rs
  28. atomic_ordering_int.stderr
  29. atomic_ordering_ptr.rs
  30. atomic_ordering_ptr.stderr
  31. atomic_ordering_uint.rs
  32. atomic_ordering_uint.stderr
  33. attrs.rs
  34. attrs.stderr
  35. author.rs
  36. author.stdout
  37. await_holding_lock.rs
  38. await_holding_lock.stderr
  39. bind_instead_of_map.fixed
  40. bind_instead_of_map.rs
  41. bind_instead_of_map.stderr
  42. bind_instead_of_map_multipart.rs
  43. bind_instead_of_map_multipart.stderr
  44. bit_masks.rs
  45. bit_masks.stderr
  46. blacklisted_name.rs
  47. blacklisted_name.stderr
  48. blocks_in_if_conditions.fixed
  49. blocks_in_if_conditions.rs
  50. blocks_in_if_conditions.stderr
  51. blocks_in_if_conditions_closure.rs
  52. blocks_in_if_conditions_closure.stderr
  53. bool_comparison.fixed
  54. bool_comparison.rs
  55. bool_comparison.stderr
  56. borrow_box.rs
  57. borrow_box.stderr
  58. borrow_interior_mutable_const.rs
  59. borrow_interior_mutable_const.stderr
  60. box_vec.rs
  61. box_vec.stderr
  62. builtin-type-shadow.rs
  63. builtin-type-shadow.stderr
  64. bytecount.rs
  65. bytecount.stderr
  66. cast.rs
  67. cast.stderr
  68. cast_alignment.rs
  69. cast_alignment.stderr
  70. cast_lossless_float.fixed
  71. cast_lossless_float.rs
  72. cast_lossless_float.stderr
  73. cast_lossless_integer.fixed
  74. cast_lossless_integer.rs
  75. cast_lossless_integer.stderr
  76. cast_ref_to_mut.rs
  77. cast_ref_to_mut.stderr
  78. cast_size.rs
  79. cast_size.stderr
  80. cast_size_32bit.rs
  81. cast_size_32bit.stderr
  82. cfg_attr_rustfmt.fixed
  83. cfg_attr_rustfmt.rs
  84. cfg_attr_rustfmt.stderr
  85. char_lit_as_u8.rs
  86. char_lit_as_u8.stderr
  87. char_lit_as_u8_suggestions.fixed
  88. char_lit_as_u8_suggestions.rs
  89. char_lit_as_u8_suggestions.stderr
  90. checked_conversions.fixed
  91. checked_conversions.rs
  92. checked_conversions.stderr
  93. clone_on_copy_impl.rs
  94. clone_on_copy_mut.rs
  95. cmp_nan.rs
  96. cmp_nan.stderr
  97. cmp_null.rs
  98. cmp_null.stderr
  99. cognitive_complexity.rs
  100. cognitive_complexity.stderr
  101. cognitive_complexity_attr_used.rs
  102. cognitive_complexity_attr_used.stderr
  103. collapsible_else_if.fixed
  104. collapsible_else_if.rs
  105. collapsible_else_if.stderr
  106. collapsible_if.fixed
  107. collapsible_if.rs
  108. collapsible_if.stderr
  109. collapsible_span_lint_calls.fixed
  110. collapsible_span_lint_calls.rs
  111. collapsible_span_lint_calls.stderr
  112. comparison_chain.rs
  113. comparison_chain.stderr
  114. complex_types.rs
  115. complex_types.stderr
  116. copy_iterator.rs
  117. copy_iterator.stderr
  118. cstring.rs
  119. cstring.stderr
  120. custom_ice_message.rs
  121. custom_ice_message.stderr
  122. dbg_macro.rs
  123. dbg_macro.stderr
  124. debug_assert_with_mut_call.rs
  125. debug_assert_with_mut_call.stderr
  126. decimal_literal_representation.fixed
  127. decimal_literal_representation.rs
  128. decimal_literal_representation.stderr
  129. declare_interior_mutable_const.rs
  130. declare_interior_mutable_const.stderr
  131. def_id_nocore.rs
  132. def_id_nocore.stderr
  133. default_lint.rs
  134. default_lint.stderr
  135. default_trait_access.rs
  136. default_trait_access.stderr
  137. deprecated.rs
  138. deprecated.stderr
  139. deprecated_old.rs
  140. deprecated_old.stderr
  141. deref_addrof.fixed
  142. deref_addrof.rs
  143. deref_addrof.stderr
  144. deref_addrof_double_trigger.rs
  145. deref_addrof_double_trigger.stderr
  146. deref_addrof_macro.rs
  147. dereference.fixed
  148. dereference.rs
  149. dereference.stderr
  150. derive.rs
  151. derive.stderr
  152. derive_hash_xor_eq.rs
  153. derive_hash_xor_eq.stderr
  154. diverging_sub_expression.rs
  155. diverging_sub_expression.stderr
  156. dlist.rs
  157. dlist.stderr
  158. doc.rs
  159. doc.stderr
  160. doc_errors.rs
  161. doc_errors.stderr
  162. doc_unsafe.rs
  163. doc_unsafe.stderr
  164. double_comparison.fixed
  165. double_comparison.rs
  166. double_comparison.stderr
  167. double_must_use.rs
  168. double_must_use.stderr
  169. double_neg.rs
  170. double_neg.stderr
  171. double_parens.rs
  172. double_parens.stderr
  173. drop_bounds.rs
  174. drop_bounds.stderr
  175. drop_forget_copy.rs
  176. drop_forget_copy.stderr
  177. drop_ref.rs
  178. drop_ref.stderr
  179. duplicate_underscore_argument.rs
  180. duplicate_underscore_argument.stderr
  181. duration_subsec.fixed
  182. duration_subsec.rs
  183. duration_subsec.stderr
  184. else_if_without_else.rs
  185. else_if_without_else.stderr
  186. empty_enum.rs
  187. empty_enum.stderr
  188. empty_line_after_outer_attribute.rs
  189. empty_line_after_outer_attribute.stderr
  190. empty_loop.rs
  191. empty_loop.stderr
  192. entry_fixable.fixed
  193. entry_fixable.rs
  194. entry_fixable.stderr
  195. entry_unfixable.rs
  196. entry_unfixable.stderr
  197. enum_clike_unportable_variant.rs
  198. enum_clike_unportable_variant.stderr
  199. enum_glob_use.fixed
  200. enum_glob_use.rs
  201. enum_glob_use.stderr
  202. enum_variants.rs
  203. enum_variants.stderr
  204. eq_op.rs
  205. eq_op.stderr
  206. erasing_op.rs
  207. erasing_op.stderr
  208. escape_analysis.rs
  209. escape_analysis.stderr
  210. eta.fixed
  211. eta.rs
  212. eta.stderr
  213. eval_order_dependence.rs
  214. eval_order_dependence.stderr
  215. excessive_precision.fixed
  216. excessive_precision.rs
  217. excessive_precision.stderr
  218. exit1.rs
  219. exit1.stderr
  220. exit2.rs
  221. exit2.stderr
  222. exit3.rs
  223. expect.rs
  224. expect.stderr
  225. expect_fun_call.fixed
  226. expect_fun_call.rs
  227. expect_fun_call.stderr
  228. explicit_counter_loop.rs
  229. explicit_counter_loop.stderr
  230. explicit_write.fixed
  231. explicit_write.rs
  232. explicit_write.stderr
  233. explicit_write_non_rustfix.rs
  234. explicit_write_non_rustfix.stderr
  235. extra_unused_lifetimes.rs
  236. extra_unused_lifetimes.stderr
  237. fallible_impl_from.rs
  238. fallible_impl_from.stderr
  239. filetype_is_file.rs
  240. filetype_is_file.stderr
  241. filter_map_next.rs
  242. filter_map_next.stderr
  243. filter_methods.rs
  244. filter_methods.stderr
  245. find_map.rs
  246. find_map.stderr
  247. float_arithmetic.rs
  248. float_arithmetic.stderr
  249. float_cmp.rs
  250. float_cmp.stderr
  251. float_cmp_const.rs
  252. float_cmp_const.stderr
  253. floating_point_abs.fixed
  254. floating_point_abs.rs
  255. floating_point_abs.stderr
  256. floating_point_exp.fixed
  257. floating_point_exp.rs
  258. floating_point_exp.stderr
  259. floating_point_log.fixed
  260. floating_point_log.rs
  261. floating_point_log.stderr
  262. floating_point_mul_add.fixed
  263. floating_point_mul_add.rs
  264. floating_point_mul_add.stderr
  265. floating_point_powf.fixed
  266. floating_point_powf.rs
  267. floating_point_powf.stderr
  268. fn_address_comparisons.rs
  269. fn_address_comparisons.stderr
  270. fn_params_excessive_bools.rs
  271. fn_params_excessive_bools.stderr
  272. fn_to_numeric_cast.rs
  273. fn_to_numeric_cast.stderr
  274. fn_to_numeric_cast_32bit.rs
  275. fn_to_numeric_cast_32bit.stderr
  276. for_kv_map.rs
  277. for_kv_map.stderr
  278. for_loop_fixable.fixed
  279. for_loop_fixable.rs
  280. for_loop_fixable.stderr
  281. for_loop_unfixable.rs
  282. for_loop_unfixable.stderr
  283. for_loops_over_fallibles.rs
  284. for_loops_over_fallibles.stderr
  285. forget_ref.rs
  286. forget_ref.stderr
  287. format.fixed
  288. format.rs
  289. format.stderr
  290. formatting.rs
  291. formatting.stderr
  292. functions.rs
  293. functions.stderr
  294. functions_maxlines.rs
  295. functions_maxlines.stderr
  296. future_not_send.rs
  297. future_not_send.stderr
  298. get_last_with_len.fixed
  299. get_last_with_len.rs
  300. get_last_with_len.stderr
  301. get_unwrap.fixed
  302. get_unwrap.rs
  303. get_unwrap.stderr
  304. identity_op.rs
  305. identity_op.stderr
  306. if_let_mutex.rs
  307. if_let_mutex.stderr
  308. if_let_some_result.fixed
  309. if_let_some_result.rs
  310. if_let_some_result.stderr
  311. if_not_else.rs
  312. if_not_else.stderr
  313. if_same_then_else.rs
  314. if_same_then_else.stderr
  315. if_same_then_else2.rs
  316. if_same_then_else2.stderr
  317. ifs_same_cond.rs
  318. ifs_same_cond.stderr
  319. impl.rs
  320. impl.stderr
  321. implicit_hasher.rs
  322. implicit_hasher.stderr
  323. implicit_return.fixed
  324. implicit_return.rs
  325. implicit_return.stderr
  326. implicit_saturating_sub.fixed
  327. implicit_saturating_sub.rs
  328. implicit_saturating_sub.stderr
  329. inconsistent_digit_grouping.fixed
  330. inconsistent_digit_grouping.rs
  331. inconsistent_digit_grouping.stderr
  332. indexing_slicing_index.rs
  333. indexing_slicing_index.stderr
  334. indexing_slicing_slice.rs
  335. indexing_slicing_slice.stderr
  336. inefficient_to_string.fixed
  337. inefficient_to_string.rs
  338. inefficient_to_string.stderr
  339. infallible_destructuring_match.fixed
  340. infallible_destructuring_match.rs
  341. infallible_destructuring_match.stderr
  342. infinite_iter.rs
  343. infinite_iter.stderr
  344. infinite_loop.rs
  345. infinite_loop.stderr
  346. inherent_to_string.rs
  347. inherent_to_string.stderr
  348. inline_fn_without_body.fixed
  349. inline_fn_without_body.rs
  350. inline_fn_without_body.stderr
  351. int_plus_one.fixed
  352. int_plus_one.rs
  353. int_plus_one.stderr
  354. integer_arithmetic.rs
  355. integer_arithmetic.stderr
  356. integer_division.rs
  357. integer_division.stderr
  358. into_iter_on_ref.fixed
  359. into_iter_on_ref.rs
  360. into_iter_on_ref.stderr
  361. invalid_upcast_comparisons.rs
  362. invalid_upcast_comparisons.stderr
  363. issue-3145.rs
  364. issue-3145.stderr
  365. issue-3746.rs
  366. issue_2356.rs
  367. issue_2356.stderr
  368. issue_4266.rs
  369. issue_4266.stderr
  370. item_after_statement.rs
  371. item_after_statement.stderr
  372. iter_cloned_collect.fixed
  373. iter_cloned_collect.rs
  374. iter_cloned_collect.stderr
  375. iter_next_slice.fixed
  376. iter_next_slice.rs
  377. iter_next_slice.stderr
  378. iter_nth.rs
  379. iter_nth.stderr
  380. iter_nth_zero.fixed
  381. iter_nth_zero.rs
  382. iter_nth_zero.stderr
  383. iter_skip_next.rs
  384. iter_skip_next.stderr
  385. iterator_step_by_zero.rs
  386. iterator_step_by_zero.stderr
  387. large_const_arrays.fixed
  388. large_const_arrays.rs
  389. large_const_arrays.stderr
  390. large_digit_groups.fixed
  391. large_digit_groups.rs
  392. large_digit_groups.stderr
  393. large_enum_variant.rs
  394. large_enum_variant.stderr
  395. large_stack_arrays.rs
  396. large_stack_arrays.stderr
  397. len_without_is_empty.rs
  398. len_without_is_empty.stderr
  399. len_zero.fixed
  400. len_zero.rs
  401. len_zero.stderr
  402. len_zero_ranges.fixed
  403. len_zero_ranges.rs
  404. len_zero_ranges.stderr
  405. let_and_return.rs
  406. let_and_return.stderr
  407. let_if_seq.rs
  408. let_if_seq.stderr
  409. let_underscore_lock.rs
  410. let_underscore_lock.stderr
  411. let_underscore_must_use.rs
  412. let_underscore_must_use.stderr
  413. let_unit.fixed
  414. let_unit.rs
  415. let_unit.stderr
  416. lint_without_lint_pass.rs
  417. lint_without_lint_pass.stderr
  418. literals.rs
  419. literals.stderr
  420. logic_bug.rs
  421. logic_bug.stderr
  422. lossy_float_literal.fixed
  423. lossy_float_literal.rs
  424. lossy_float_literal.stderr
  425. macro_use_imports.fixed
  426. macro_use_imports.rs
  427. macro_use_imports.stderr
  428. manual_async_fn.fixed
  429. manual_async_fn.rs
  430. manual_async_fn.stderr
  431. manual_memcpy.rs
  432. manual_memcpy.stderr
  433. manual_non_exhaustive.rs
  434. manual_non_exhaustive.stderr
  435. manual_saturating_arithmetic.fixed
  436. manual_saturating_arithmetic.rs
  437. manual_saturating_arithmetic.stderr
  438. many_single_char_names.rs
  439. many_single_char_names.stderr
  440. map_clone.fixed
  441. map_clone.rs
  442. map_clone.stderr
  443. map_flatten.fixed
  444. map_flatten.rs
  445. map_flatten.stderr
  446. map_unit_fn.rs
  447. map_unwrap_or.rs
  448. map_unwrap_or.stderr
  449. match_as_ref.fixed
  450. match_as_ref.rs
  451. match_as_ref.stderr
  452. match_bool.rs
  453. match_bool.stderr
  454. match_on_vec_items.rs
  455. match_on_vec_items.stderr
  456. match_overlapping_arm.rs
  457. match_overlapping_arm.stderr
  458. match_ref_pats.rs
  459. match_ref_pats.stderr
  460. match_same_arms.rs
  461. match_same_arms.stderr
  462. match_same_arms2.rs
  463. match_same_arms2.stderr
  464. match_single_binding.fixed
  465. match_single_binding.rs
  466. match_single_binding.stderr
  467. match_wild_err_arm.rs
  468. match_wild_err_arm.stderr
  469. match_wildcard_for_single_variants.fixed
  470. match_wildcard_for_single_variants.rs
  471. match_wildcard_for_single_variants.stderr
  472. mem_discriminant.fixed
  473. mem_discriminant.rs
  474. mem_discriminant.stderr
  475. mem_discriminant_unfixable.rs
  476. mem_discriminant_unfixable.stderr
  477. mem_forget.rs
  478. mem_forget.stderr
  479. mem_replace.fixed
  480. mem_replace.rs
  481. mem_replace.stderr
  482. mem_replace_macro.rs
  483. mem_replace_macro.stderr
  484. methods.rs
  485. methods.stderr
  486. min_max.rs
  487. min_max.stderr
  488. mismatched_target_os_non_unix.fixed
  489. mismatched_target_os_non_unix.rs
  490. mismatched_target_os_non_unix.stderr
  491. mismatched_target_os_unix.fixed
  492. mismatched_target_os_unix.rs
  493. mismatched_target_os_unix.stderr
  494. missing-doc-crate-missing.rs
  495. missing-doc-crate-missing.stderr
  496. missing-doc-crate.rs
  497. missing-doc-crate.stderr
  498. missing-doc-impl.rs
  499. missing-doc-impl.stderr
  500. missing-doc.rs
  501. missing-doc.stderr
  502. missing_inline.rs
  503. missing_inline.stderr
  504. mistyped_literal_suffix.fixed
  505. mistyped_literal_suffix.rs
  506. mistyped_literal_suffix.stderr
  507. module_inception.rs
  508. module_inception.stderr
  509. module_name_repetitions.rs
  510. module_name_repetitions.stderr
  511. modulo_arithmetic_float.rs
  512. modulo_arithmetic_float.stderr
  513. modulo_arithmetic_integral.rs
  514. modulo_arithmetic_integral.stderr
  515. modulo_arithmetic_integral_const.rs
  516. modulo_arithmetic_integral_const.stderr
  517. modulo_one.rs
  518. modulo_one.stderr
  519. must_use_candidates.fixed
  520. must_use_candidates.rs
  521. must_use_candidates.stderr
  522. must_use_unit.fixed
  523. must_use_unit.rs
  524. must_use_unit.stderr
  525. mut_from_ref.rs
  526. mut_from_ref.stderr
  527. mut_key.rs
  528. mut_key.stderr
  529. mut_mut.rs
  530. mut_mut.stderr
  531. mut_range_bound.rs
  532. mut_range_bound.stderr
  533. mut_reference.rs
  534. mut_reference.stderr
  535. mutex_atomic.rs
  536. mutex_atomic.stderr
  537. needless_borrow.fixed
  538. needless_borrow.rs
  539. needless_borrow.stderr
  540. needless_borrowed_ref.fixed
  541. needless_borrowed_ref.rs
  542. needless_borrowed_ref.stderr
  543. needless_collect.fixed
  544. needless_collect.rs
  545. needless_collect.stderr
  546. needless_continue.rs
  547. needless_continue.stderr
  548. needless_doc_main.rs
  549. needless_doc_main.stderr
  550. needless_lifetimes.rs
  551. needless_lifetimes.stderr
  552. needless_pass_by_value.rs
  553. needless_pass_by_value.stderr
  554. needless_pass_by_value_proc_macro.rs
  555. needless_range_loop.rs
  556. needless_range_loop.stderr
  557. needless_range_loop2.rs
  558. needless_range_loop2.stderr
  559. needless_return.fixed
  560. needless_return.rs
  561. needless_return.stderr
  562. needless_update.rs
  563. needless_update.stderr
  564. neg_cmp_op_on_partial_ord.rs
  565. neg_cmp_op_on_partial_ord.stderr
  566. neg_multiply.rs
  567. neg_multiply.stderr
  568. never_loop.rs
  569. never_loop.stderr
  570. new_ret_no_self.rs
  571. new_ret_no_self.stderr
  572. new_without_default.rs
  573. new_without_default.stderr
  574. no_effect.rs
  575. no_effect.stderr
  576. non_expressive_names.rs
  577. non_expressive_names.stderr
  578. non_expressive_names.stdout
  579. nonminimal_bool.rs
  580. nonminimal_bool.stderr
  581. nonminimal_bool_methods.rs
  582. nonminimal_bool_methods.stderr
  583. ok_expect.rs
  584. ok_expect.stderr
  585. op_ref.rs
  586. op_ref.stderr
  587. open_options.rs
  588. open_options.stderr
  589. option_as_ref_deref.fixed
  590. option_as_ref_deref.rs
  591. option_as_ref_deref.stderr
  592. option_env_unwrap.rs
  593. option_env_unwrap.stderr
  594. option_map_or_none.fixed
  595. option_map_or_none.rs
  596. option_map_or_none.stderr
  597. option_map_unit_fn_fixable.fixed
  598. option_map_unit_fn_fixable.rs
  599. option_map_unit_fn_fixable.stderr
  600. option_map_unit_fn_unfixable.rs
  601. option_map_unit_fn_unfixable.stderr
  602. option_option.rs
  603. option_option.stderr
  604. or_fun_call.fixed
  605. or_fun_call.rs
  606. or_fun_call.stderr
  607. outer_expn_data.fixed
  608. outer_expn_data.rs
  609. outer_expn_data.stderr
  610. overflow_check_conditional.rs
  611. overflow_check_conditional.stderr
  612. panic.rs
  613. panic.stderr
  614. panicking_macros.rs
  615. panicking_macros.stderr
  616. partialeq_ne_impl.rs
  617. partialeq_ne_impl.stderr
  618. path_buf_push_overwrite.fixed
  619. path_buf_push_overwrite.rs
  620. path_buf_push_overwrite.stderr
  621. patterns.fixed
  622. patterns.rs
  623. patterns.stderr
  624. precedence.fixed
  625. precedence.rs
  626. precedence.stderr
  627. print.rs
  628. print.stderr
  629. print_literal.rs
  630. print_literal.stderr
  631. print_with_newline.rs
  632. print_with_newline.stderr
  633. println_empty_string.fixed
  634. println_empty_string.rs
  635. println_empty_string.stderr
  636. proc_macro.rs
  637. proc_macro.stderr
  638. ptr_arg.rs
  639. ptr_arg.stderr
  640. ptr_offset_with_cast.fixed
  641. ptr_offset_with_cast.rs
  642. ptr_offset_with_cast.stderr
  643. question_mark.fixed
  644. question_mark.rs
  645. question_mark.stderr
  646. range.rs
  647. range.stderr
  648. range_plus_minus_one.fixed
  649. range_plus_minus_one.rs
  650. range_plus_minus_one.stderr
  651. redundant_allocation.fixed
  652. redundant_allocation.rs
  653. redundant_allocation.stderr
  654. redundant_clone.fixed
  655. redundant_clone.rs
  656. redundant_clone.stderr
  657. redundant_closure_call.rs
  658. redundant_closure_call.stderr
  659. redundant_closure_call_fixable.fixed
  660. redundant_closure_call_fixable.rs
  661. redundant_closure_call_fixable.stderr
  662. redundant_field_names.fixed
  663. redundant_field_names.rs
  664. redundant_field_names.stderr
  665. redundant_pattern_matching.fixed
  666. redundant_pattern_matching.rs
  667. redundant_pattern_matching.stderr
  668. redundant_pattern_matching_const_result.fixed
  669. redundant_pattern_matching_const_result.rs
  670. redundant_pattern_matching_const_result.stderr
  671. redundant_pub_crate.fixed
  672. redundant_pub_crate.rs
  673. redundant_pub_crate.stderr
  674. redundant_static_lifetimes.fixed
  675. redundant_static_lifetimes.rs
  676. redundant_static_lifetimes.stderr
  677. redundant_static_lifetimes_multiple.rs
  678. redundant_static_lifetimes_multiple.stderr
  679. regex.rs
  680. regex.stderr
  681. rename.fixed
  682. rename.rs
  683. rename.stderr
  684. renamed_builtin_attr.fixed
  685. renamed_builtin_attr.rs
  686. renamed_builtin_attr.stderr
  687. repl_uninit.rs
  688. repl_uninit.stderr
  689. rest_pat_in_fully_bound_structs.rs
  690. rest_pat_in_fully_bound_structs.stderr
  691. result_map_or_into_option.fixed
  692. result_map_or_into_option.rs
  693. result_map_or_into_option.stderr
  694. result_map_unit_fn_fixable.fixed
  695. result_map_unit_fn_fixable.rs
  696. result_map_unit_fn_fixable.stderr
  697. result_map_unit_fn_unfixable.rs
  698. result_map_unit_fn_unfixable.stderr
  699. reversed_empty_ranges_fixable.fixed
  700. reversed_empty_ranges_fixable.rs
  701. reversed_empty_ranges_fixable.stderr
  702. reversed_empty_ranges_loops_fixable.fixed
  703. reversed_empty_ranges_loops_fixable.rs
  704. reversed_empty_ranges_loops_fixable.stderr
  705. reversed_empty_ranges_loops_unfixable.rs
  706. reversed_empty_ranges_loops_unfixable.stderr
  707. reversed_empty_ranges_unfixable.rs
  708. reversed_empty_ranges_unfixable.stderr
  709. same_functions_in_if_condition.rs
  710. same_functions_in_if_condition.stderr
  711. serde.rs
  712. serde.stderr
  713. shadow.rs
  714. shadow.stderr
  715. short_circuit_statement.fixed
  716. short_circuit_statement.rs
  717. short_circuit_statement.stderr
  718. similar_names.rs
  719. similar_names.stderr
  720. single_char_pattern.fixed
  721. single_char_pattern.rs
  722. single_char_pattern.stderr
  723. single_component_path_imports.fixed
  724. single_component_path_imports.rs
  725. single_component_path_imports.stderr
  726. single_match.rs
  727. single_match.stderr
  728. single_match_else.rs
  729. single_match_else.stderr
  730. skip_while_next.rs
  731. skip_while_next.stderr
  732. slow_vector_initialization.rs
  733. slow_vector_initialization.stderr
  734. starts_ends_with.fixed
  735. starts_ends_with.rs
  736. starts_ends_with.stderr
  737. string_add.rs
  738. string_add.stderr
  739. string_add_assign.fixed
  740. string_add_assign.rs
  741. string_add_assign.stderr
  742. string_extend.fixed
  743. string_extend.rs
  744. string_extend.stderr
  745. string_lit_as_bytes.fixed
  746. string_lit_as_bytes.rs
  747. string_lit_as_bytes.stderr
  748. struct_excessive_bools.rs
  749. struct_excessive_bools.stderr
  750. suspicious_arithmetic_impl.rs
  751. suspicious_arithmetic_impl.stderr
  752. suspicious_map.rs
  753. suspicious_map.stderr
  754. suspicious_unary_op_formatting.rs
  755. suspicious_unary_op_formatting.stderr
  756. swap.fixed
  757. swap.rs
  758. swap.stderr
  759. tabs_in_doc_comments.fixed
  760. tabs_in_doc_comments.rs
  761. tabs_in_doc_comments.stderr
  762. temporary_assignment.rs
  763. temporary_assignment.stderr
  764. to_digit_is_some.fixed
  765. to_digit_is_some.rs
  766. to_digit_is_some.stderr
  767. toplevel_ref_arg.fixed
  768. toplevel_ref_arg.rs
  769. toplevel_ref_arg.stderr
  770. toplevel_ref_arg_non_rustfix.rs
  771. toplevel_ref_arg_non_rustfix.stderr
  772. trailing_zeros.rs
  773. trailing_zeros.stderr
  774. transmute.rs
  775. transmute.stderr
  776. transmute_32bit.rs
  777. transmute_32bit.stderr
  778. transmute_64bit.rs
  779. transmute_64bit.stderr
  780. transmute_collection.rs
  781. transmute_collection.stderr
  782. transmute_float_to_int.rs
  783. transmute_float_to_int.stderr
  784. transmute_ptr_to_ptr.rs
  785. transmute_ptr_to_ptr.stderr
  786. transmute_ptr_to_ref.rs
  787. transmute_ptr_to_ref.stderr
  788. transmuting_null.rs
  789. transmuting_null.stderr
  790. trivially_copy_pass_by_ref.rs
  791. trivially_copy_pass_by_ref.stderr
  792. try_err.fixed
  793. try_err.rs
  794. try_err.stderr
  795. ty_fn_sig.rs
  796. type_repetition_in_bounds.rs
  797. type_repetition_in_bounds.stderr
  798. types.fixed
  799. types.rs
  800. types.stderr
  801. unicode.rs
  802. unicode.stderr
  803. uninit.rs
  804. uninit.stderr
  805. unit_arg.rs
  806. unit_arg.stderr
  807. unit_arg_empty_blocks.rs
  808. unit_arg_empty_blocks.stderr
  809. unit_cmp.rs
  810. unit_cmp.stderr
  811. unknown_attribute.rs
  812. unknown_attribute.stderr
  813. unknown_clippy_lints.fixed
  814. unknown_clippy_lints.rs
  815. unknown_clippy_lints.stderr
  816. unnecessary_cast.rs
  817. unnecessary_cast.stderr
  818. unnecessary_cast_fixable.fixed
  819. unnecessary_cast_fixable.rs
  820. unnecessary_cast_fixable.stderr
  821. unnecessary_clone.rs
  822. unnecessary_clone.stderr
  823. unnecessary_filter_map.rs
  824. unnecessary_filter_map.stderr
  825. unnecessary_flat_map.fixed
  826. unnecessary_flat_map.rs
  827. unnecessary_flat_map.stderr
  828. unnecessary_fold.fixed
  829. unnecessary_fold.rs
  830. unnecessary_fold.stderr
  831. unnecessary_operation.fixed
  832. unnecessary_operation.rs
  833. unnecessary_operation.stderr
  834. unnecessary_ref.fixed
  835. unnecessary_ref.rs
  836. unnecessary_ref.stderr
  837. unnecessary_sort_by.fixed
  838. unnecessary_sort_by.rs
  839. unnecessary_sort_by.stderr
  840. unneeded_field_pattern.rs
  841. unneeded_field_pattern.stderr
  842. unneeded_wildcard_pattern.fixed
  843. unneeded_wildcard_pattern.rs
  844. unneeded_wildcard_pattern.stderr
  845. unnested_or_patterns.fixed
  846. unnested_or_patterns.rs
  847. unnested_or_patterns.stderr
  848. unnested_or_patterns2.fixed
  849. unnested_or_patterns2.rs
  850. unnested_or_patterns2.stderr
  851. unreadable_literal.fixed
  852. unreadable_literal.rs
  853. unreadable_literal.stderr
  854. unsafe_derive_deserialize.rs
  855. unsafe_derive_deserialize.stderr
  856. unsafe_removed_from_name.rs
  857. unsafe_removed_from_name.stderr
  858. unseparated_prefix_literals.fixed
  859. unseparated_prefix_literals.rs
  860. unseparated_prefix_literals.stderr
  861. unused_io_amount.rs
  862. unused_io_amount.stderr
  863. unused_self.rs
  864. unused_self.stderr
  865. unused_unit.fixed
  866. unused_unit.rs
  867. unused_unit.stderr
  868. unwrap.rs
  869. unwrap.stderr
  870. unwrap_or.rs
  871. unwrap_or.stderr
  872. update-all-references.sh
  873. update-references.sh
  874. use_self.fixed
  875. use_self.rs
  876. use_self.stderr
  877. use_self_trait.fixed
  878. use_self_trait.rs
  879. use_self_trait.stderr
  880. used_underscore_binding.rs
  881. used_underscore_binding.stderr
  882. useful_asref.rs
  883. useless_asref.fixed
  884. useless_asref.rs
  885. useless_asref.stderr
  886. useless_attribute.fixed
  887. useless_attribute.rs
  888. useless_attribute.stderr
  889. useless_conversion.fixed
  890. useless_conversion.rs
  891. useless_conversion.stderr
  892. useless_conversion_try.rs
  893. useless_conversion_try.stderr
  894. vec.fixed
  895. vec.rs
  896. vec.stderr
  897. vec_box_sized.fixed
  898. vec_box_sized.rs
  899. vec_box_sized.stderr
  900. vec_resize_to_zero.rs
  901. vec_resize_to_zero.stderr
  902. verbose_file_reads.rs
  903. verbose_file_reads.stderr
  904. vtable_address_comparisons.rs
  905. vtable_address_comparisons.stderr
  906. while_let_loop.rs
  907. while_let_loop.stderr
  908. while_let_on_iterator.fixed
  909. while_let_on_iterator.rs
  910. while_let_on_iterator.stderr
  911. wild_in_or_pats.rs
  912. wild_in_or_pats.stderr
  913. wildcard_enum_match_arm.fixed
  914. wildcard_enum_match_arm.rs
  915. wildcard_enum_match_arm.stderr
  916. wildcard_imports.fixed
  917. wildcard_imports.rs
  918. wildcard_imports.stderr
  919. write_literal.rs
  920. write_literal.stderr
  921. write_with_newline.rs
  922. write_with_newline.stderr
  923. writeln_empty_string.fixed
  924. writeln_empty_string.rs
  925. writeln_empty_string.stderr
  926. wrong_self_convention.rs
  927. wrong_self_convention.stderr
  928. zero_div_zero.rs
  929. zero_div_zero.stderr
  930. zero_offset.rs
  931. zero_offset.stderr
  932. zero_ptr.fixed
  933. zero_ptr.rs
  934. zero_ptr.stderr