tree: 5dcbd43c78ef6d5ab14cec4586f4f227d533f811
  1. author/
  2. auxiliary/
  3. branches_sharing_code/
  4. checked_unwrap/
  5. cmp_owned/
  6. crashes/
  7. crate_level_checks/
  8. dbg_macro/
  9. doc/
  10. empty_line_after/
  11. index_refutable_slice/
  12. items_after_test_module/
  13. manual_memcpy/
  14. missing_const_for_fn/
  15. mixed_attributes_style/
  16. needless_bool/
  17. non_std_lazy_static/
  18. out_of_bounds_indexing/
  19. pattern_type_mismatch/
  20. rc_clone_in_vec_init/
  21. should_impl_trait/
  22. size_of_in_element_count/
  23. absurd-extreme-comparisons.rs
  24. absurd-extreme-comparisons.stderr
  25. allow_attributes.fixed
  26. allow_attributes.rs
  27. allow_attributes.stderr
  28. allow_attributes_without_reason.rs
  29. allow_attributes_without_reason.stderr
  30. almost_complete_range.fixed
  31. almost_complete_range.rs
  32. almost_complete_range.stderr
  33. approx_const.rs
  34. approx_const.stderr
  35. arc_with_non_send_sync.rs
  36. arc_with_non_send_sync.stderr
  37. arithmetic_side_effects.rs
  38. arithmetic_side_effects.stderr
  39. as_conversions.rs
  40. as_conversions.stderr
  41. as_pointer_underscore.fixed
  42. as_pointer_underscore.rs
  43. as_pointer_underscore.stderr
  44. as_ptr_cast_mut.fixed
  45. as_ptr_cast_mut.rs
  46. as_ptr_cast_mut.stderr
  47. as_ptr_cast_mut_unfixable.rs
  48. as_ptr_cast_mut_unfixable.stderr
  49. as_underscore.fixed
  50. as_underscore.rs
  51. as_underscore.stderr
  52. as_underscore_unfixable.rs
  53. as_underscore_unfixable.stderr
  54. asm_syntax_not_x86.rs
  55. asm_syntax_x86.i686.stderr
  56. asm_syntax_x86.rs
  57. asm_syntax_x86.stderr
  58. asm_syntax_x86.x86_64.stderr
  59. assert_is_empty.fixed
  60. assert_is_empty.rs
  61. assert_is_empty.stderr
  62. assertions_on_constants.rs
  63. assertions_on_constants.stderr
  64. assertions_on_result_states.fixed
  65. assertions_on_result_states.rs
  66. assertions_on_result_states.stderr
  67. assign_ops.fixed
  68. assign_ops.rs
  69. assign_ops.stderr
  70. assigning_clones.fixed
  71. assigning_clones.rs
  72. assigning_clones.stderr
  73. async_yields_async.fixed
  74. async_yields_async.rs
  75. async_yields_async.stderr
  76. attrs.rs
  77. attrs.stderr
  78. author.rs
  79. author.stdout
  80. await_holding_lock.rs
  81. await_holding_lock.stderr
  82. await_holding_refcell_ref.rs
  83. await_holding_refcell_ref.stderr
  84. bad_bit_masks.rs
  85. bad_bit_masks.stderr
  86. big_endian_bytes.1.fixed
  87. big_endian_bytes.2.fixed
  88. big_endian_bytes.rs
  89. big_endian_bytes.stderr
  90. bind_instead_of_map.fixed
  91. bind_instead_of_map.rs
  92. bind_instead_of_map.stderr
  93. bind_instead_of_map_multipart.fixed
  94. bind_instead_of_map_multipart.rs
  95. bind_instead_of_map_multipart.stderr
  96. blanket_clippy_restriction_lints.rs
  97. blanket_clippy_restriction_lints.stderr
  98. block_scrutinee.1.fixed
  99. block_scrutinee.2.fixed
  100. block_scrutinee.rs
  101. block_scrutinee.stderr
  102. block_scrutinee_2024.rs
  103. blocks_in_conditions.fixed
  104. blocks_in_conditions.rs
  105. blocks_in_conditions.stderr
  106. blocks_in_conditions_2021.fixed
  107. blocks_in_conditions_2021.rs
  108. blocks_in_conditions_2021.stderr
  109. bool_assert_comparison.fixed
  110. bool_assert_comparison.rs
  111. bool_assert_comparison.stderr
  112. bool_comparison.fixed
  113. bool_comparison.rs
  114. bool_comparison.stderr
  115. bool_to_int_with_if.fixed
  116. bool_to_int_with_if.rs
  117. bool_to_int_with_if.stderr
  118. borrow_and_ref_as_ptr.fixed
  119. borrow_and_ref_as_ptr.rs
  120. borrow_and_ref_as_ptr.stderr
  121. borrow_as_ptr.fixed
  122. borrow_as_ptr.rs
  123. borrow_as_ptr.stderr
  124. borrow_as_ptr_no_std.fixed
  125. borrow_as_ptr_no_std.rs
  126. borrow_as_ptr_no_std.stderr
  127. borrow_as_ptr_raw_ref.fixed
  128. borrow_as_ptr_raw_ref.rs
  129. borrow_as_ptr_raw_ref.stderr
  130. borrow_deref_ref.fixed
  131. borrow_deref_ref.rs
  132. borrow_deref_ref.stderr
  133. borrow_deref_ref_unfixable.rs
  134. borrow_deref_ref_unfixable.stderr
  135. borrow_interior_mutable_const.rs
  136. borrow_interior_mutable_const.stderr
  137. borrowed_box.fixed
  138. borrowed_box.rs
  139. borrowed_box.stderr
  140. box_collection.rs
  141. box_collection.stderr
  142. box_default.fixed
  143. box_default.rs
  144. box_default.stderr
  145. box_default_no_std.rs
  146. boxed_local.rs
  147. boxed_local.stderr
  148. builtin_type_shadow.rs
  149. builtin_type_shadow.stderr
  150. by_ref_peekable_peek.1.fixed
  151. by_ref_peekable_peek.2.fixed
  152. by_ref_peekable_peek.3.fixed
  153. by_ref_peekable_peek.rs
  154. by_ref_peekable_peek.stderr
  155. byte_char_slices.fixed
  156. byte_char_slices.rs
  157. byte_char_slices.stderr
  158. bytecount.rs
  159. bytecount.stderr
  160. bytes_count_to_len.fixed
  161. bytes_count_to_len.rs
  162. bytes_count_to_len.stderr
  163. bytes_nth.fixed
  164. bytes_nth.rs
  165. bytes_nth.stderr
  166. case_sensitive_file_extension_comparisons.fixed
  167. case_sensitive_file_extension_comparisons.rs
  168. case_sensitive_file_extension_comparisons.stderr
  169. cast.rs
  170. cast.stderr
  171. cast_abs_to_unsigned.fixed
  172. cast_abs_to_unsigned.rs
  173. cast_abs_to_unsigned.stderr
  174. cast_alignment.rs
  175. cast_alignment.stderr
  176. cast_enum_constructor.rs
  177. cast_enum_constructor.stderr
  178. cast_lossless_bool.fixed
  179. cast_lossless_bool.rs
  180. cast_lossless_bool.stderr
  181. cast_lossless_float.fixed
  182. cast_lossless_float.rs
  183. cast_lossless_float.stderr
  184. cast_lossless_integer.fixed
  185. cast_lossless_integer.rs
  186. cast_lossless_integer.stderr
  187. cast_lossless_integer_unfixable.rs
  188. cast_nan_to_int.rs
  189. cast_nan_to_int.stderr
  190. cast_raw_slice_pointer_cast.fixed
  191. cast_raw_slice_pointer_cast.rs
  192. cast_raw_slice_pointer_cast.stderr
  193. cast_raw_slice_pointer_cast_no_std.fixed
  194. cast_raw_slice_pointer_cast_no_std.rs
  195. cast_raw_slice_pointer_cast_no_std.stderr
  196. cast_size.r32bit.stderr
  197. cast_size.r64bit.stderr
  198. cast_size.rs
  199. cast_slice_different_sizes.rs
  200. cast_slice_different_sizes.stderr
  201. cfg_attr_cargo_clippy.fixed
  202. cfg_attr_cargo_clippy.rs
  203. cfg_attr_cargo_clippy.stderr
  204. cfg_attr_rustfmt.fixed
  205. cfg_attr_rustfmt.rs
  206. cfg_attr_rustfmt.stderr
  207. cfg_not_test.rs
  208. cfg_not_test.stderr
  209. char_indices_as_byte_indices.fixed
  210. char_indices_as_byte_indices.rs
  211. char_indices_as_byte_indices.stderr
  212. char_lit_as_u8.fixed
  213. char_lit_as_u8.rs
  214. char_lit_as_u8.stderr
  215. char_lit_as_u8_unfixable.rs
  216. char_lit_as_u8_unfixable.stderr
  217. checked_conversions.fixed
  218. checked_conversions.rs
  219. checked_conversions.stderr
  220. chunks_exact_to_as_chunks.rs
  221. chunks_exact_to_as_chunks.stderr
  222. chunks_exact_to_as_chunks_fixable.fixed
  223. chunks_exact_to_as_chunks_fixable.rs
  224. chunks_exact_to_as_chunks_fixable.stderr
  225. clear_with_drain.fixed
  226. clear_with_drain.rs
  227. clear_with_drain.stderr
  228. clone_on_copy.fixed
  229. clone_on_copy.rs
  230. clone_on_copy.stderr
  231. clone_on_copy_impl.rs
  232. clone_on_ref_ptr.fixed
  233. clone_on_ref_ptr.rs
  234. clone_on_ref_ptr.stderr
  235. cloned_instead_of_copied.fixed
  236. cloned_instead_of_copied.rs
  237. cloned_instead_of_copied.stderr
  238. cloned_ref_to_slice_refs.fixed
  239. cloned_ref_to_slice_refs.rs
  240. cloned_ref_to_slice_refs.stderr
  241. cmp_null.fixed
  242. cmp_null.rs
  243. cmp_null.stderr
  244. coerce_container_to_any.fixed
  245. coerce_container_to_any.rs
  246. coerce_container_to_any.stderr
  247. cognitive_complexity.rs
  248. cognitive_complexity.stderr
  249. cognitive_complexity_attr_used.rs
  250. cognitive_complexity_attr_used.stderr
  251. collapsible_else_if.fixed
  252. collapsible_else_if.rs
  253. collapsible_else_if.stderr
  254. collapsible_else_if_unfixable.rs
  255. collapsible_else_if_unfixable.stderr
  256. collapsible_if.fixed
  257. collapsible_if.rs
  258. collapsible_if.stderr
  259. collapsible_if_let_chains.edition2024.fixed
  260. collapsible_if_let_chains.edition2024.stderr
  261. collapsible_if_let_chains.rs
  262. collapsible_if_unfixable.rs
  263. collapsible_if_unfixable.stderr
  264. collapsible_match.rs
  265. collapsible_match.stderr
  266. collapsible_match2.rs
  267. collapsible_match2.stderr
  268. collapsible_match_fixable.fixed
  269. collapsible_match_fixable.rs
  270. collapsible_match_fixable.stderr
  271. collapsible_str_replace.fixed
  272. collapsible_str_replace.rs
  273. collapsible_str_replace.stderr
  274. collection_is_never_read.rs
  275. collection_is_never_read.stderr
  276. comparison_chain.rs
  277. comparison_chain.stderr
  278. comparison_to_empty.fixed
  279. comparison_to_empty.rs
  280. comparison_to_empty.stderr
  281. confusing_method_to_numeric_cast.fixed
  282. confusing_method_to_numeric_cast.rs
  283. confusing_method_to_numeric_cast.stderr
  284. const_comparisons.rs
  285. const_comparisons.stderr
  286. const_is_empty.rs
  287. const_is_empty.stderr
  288. copy_iterator.rs
  289. copy_iterator.stderr
  290. crate_in_macro_def.fixed
  291. crate_in_macro_def.rs
  292. crate_in_macro_def.stderr
  293. create_dir.fixed
  294. create_dir.rs
  295. create_dir.stderr
  296. debug_assert_with_mut_call.rs
  297. debug_assert_with_mut_call.stderr
  298. decimal_bitwise_operands.rs
  299. decimal_bitwise_operands.stderr
  300. decimal_literal_representation.fixed
  301. decimal_literal_representation.rs
  302. decimal_literal_representation.stderr
  303. declare_interior_mutable_const.rs
  304. declare_interior_mutable_const.stderr
  305. def_id_nocore.rs
  306. def_id_nocore.stderr
  307. default_constructed_unit_structs.fixed
  308. default_constructed_unit_structs.rs
  309. default_constructed_unit_structs.stderr
  310. default_instead_of_iter_empty.fixed
  311. default_instead_of_iter_empty.rs
  312. default_instead_of_iter_empty.stderr
  313. default_instead_of_iter_empty_no_std.fixed
  314. default_instead_of_iter_empty_no_std.rs
  315. default_instead_of_iter_empty_no_std.stderr
  316. default_numeric_fallback_f64.fixed
  317. default_numeric_fallback_f64.rs
  318. default_numeric_fallback_f64.stderr
  319. default_numeric_fallback_i32.fixed
  320. default_numeric_fallback_i32.rs
  321. default_numeric_fallback_i32.stderr
  322. default_trait_access.fixed
  323. default_trait_access.rs
  324. default_trait_access.stderr
  325. default_union_representation.rs
  326. default_union_representation.stderr
  327. deprecated.rs
  328. deprecated.stderr
  329. deref_addrof.fixed
  330. deref_addrof.rs
  331. deref_addrof.stderr
  332. deref_addrof_double_trigger.rs
  333. deref_addrof_double_trigger.stderr
  334. deref_addrof_macro.rs
  335. deref_by_slicing.fixed
  336. deref_by_slicing.rs
  337. deref_by_slicing.stderr
  338. derivable_impls.fixed
  339. derivable_impls.rs
  340. derivable_impls.stderr
  341. derivable_impls_derive_const.fixed
  342. derivable_impls_derive_const.rs
  343. derivable_impls_derive_const.stderr
  344. derive.rs
  345. derive.stderr
  346. derive_ord_xor_partial_ord.rs
  347. derive_ord_xor_partial_ord.stderr
  348. derive_partial_eq_without_eq.fixed
  349. derive_partial_eq_without_eq.rs
  350. derive_partial_eq_without_eq.stderr
  351. derived_hash_with_manual_eq.rs
  352. derived_hash_with_manual_eq.stderr
  353. disallowed_names.rs
  354. disallowed_names.stderr
  355. disallowed_script_idents.rs
  356. disallowed_script_idents.stderr
  357. diverging_sub_expression.rs
  358. diverging_sub_expression.stderr
  359. doc_broken_link.rs
  360. doc_broken_link.stderr
  361. doc_errors.rs
  362. doc_errors.stderr
  363. doc_link_with_quotes.rs
  364. doc_link_with_quotes.stderr
  365. doc_suspicious_footnotes.fixed
  366. doc_suspicious_footnotes.rs
  367. doc_suspicious_footnotes.stderr
  368. doc_suspicious_footnotes_include.rs
  369. doc_suspicious_footnotes_include.stderr
  370. doc_suspicious_footnotes_include.txt
  371. doc_unsafe.rs
  372. doc_unsafe.stderr
  373. double_comparison.fixed
  374. double_comparison.rs
  375. double_comparison.stderr
  376. double_ended_iterator_last.fixed
  377. double_ended_iterator_last.rs
  378. double_ended_iterator_last.stderr
  379. double_must_use.fixed
  380. double_must_use.rs
  381. double_must_use.stderr
  382. double_must_use_unfixable.rs
  383. double_must_use_unfixable.stderr
  384. double_parens.fixed
  385. double_parens.rs
  386. double_parens.stderr
  387. drain_collect.fixed
  388. drain_collect.rs
  389. drain_collect.stderr
  390. drain_collect_nostd.fixed
  391. drain_collect_nostd.rs
  392. drain_collect_nostd.stderr
  393. drop_non_drop.rs
  394. drop_non_drop.stderr
  395. duplicate_underscore_argument.rs
  396. duplicate_underscore_argument.stderr
  397. duplicated_attributes.rs
  398. duplicated_attributes.stderr
  399. duration_suboptimal_units.fixed
  400. duration_suboptimal_units.rs
  401. duration_suboptimal_units.stderr
  402. duration_suboptimal_units_days_weeks.fixed
  403. duration_suboptimal_units_days_weeks.rs
  404. duration_suboptimal_units_days_weeks.stderr
  405. duration_subsec.fixed
  406. duration_subsec.rs
  407. duration_subsec.stderr
  408. eager_transmute.fixed
  409. eager_transmute.rs
  410. eager_transmute.stderr
  411. elidable_lifetime_names.fixed
  412. elidable_lifetime_names.rs
  413. elidable_lifetime_names.stderr
  414. else_if_without_else.rs
  415. else_if_without_else.stderr
  416. empty_docs.rs
  417. empty_docs.stderr
  418. empty_drop.fixed
  419. empty_drop.rs
  420. empty_drop.stderr
  421. empty_enum_variants_with_brackets.fixed
  422. empty_enum_variants_with_brackets.rs
  423. empty_enum_variants_with_brackets.stderr
  424. empty_enums.rs
  425. empty_enums.stderr
  426. empty_enums_without_never_type.rs
  427. empty_loop.rs
  428. empty_loop.stderr
  429. empty_loop_intrinsic.rs
  430. empty_loop_no_std.rs
  431. empty_loop_no_std.stderr
  432. empty_structs_with_brackets.fixed
  433. empty_structs_with_brackets.rs
  434. empty_structs_with_brackets.stderr
  435. entry.fixed
  436. entry.rs
  437. entry.stderr
  438. entry_btree.fixed
  439. entry_btree.rs
  440. entry_btree.stderr
  441. entry_unfixable.rs
  442. entry_unfixable.stderr
  443. entry_with_else.fixed
  444. entry_with_else.rs
  445. entry_with_else.stderr
  446. enum_clike_unportable_variant.rs
  447. enum_clike_unportable_variant.stderr
  448. enum_glob_use.fixed
  449. enum_glob_use.rs
  450. enum_glob_use.stderr
  451. enum_variants.rs
  452. enum_variants.stderr
  453. eprint_with_newline.fixed
  454. eprint_with_newline.rs
  455. eprint_with_newline.stderr
  456. eq_op.rs
  457. eq_op.stderr
  458. eq_op_macros.rs
  459. eq_op_macros.stderr
  460. equatable_if_let.fixed
  461. equatable_if_let.rs
  462. equatable_if_let.stderr
  463. equatable_if_let_const_cmp.fixed
  464. equatable_if_let_const_cmp.rs
  465. equatable_if_let_const_cmp.stderr
  466. erasing_op.rs
  467. erasing_op.stderr
  468. err_expect.fixed
  469. err_expect.rs
  470. err_expect.stderr
  471. error_impl_error.rs
  472. error_impl_error.stderr
  473. eta.fixed
  474. eta.rs
  475. eta.stderr
  476. eta_nostd.fixed
  477. eta_nostd.rs
  478. eta_nostd.stderr
  479. excessive_precision.fixed
  480. excessive_precision.rs
  481. excessive_precision.stderr
  482. exhaustive_items.fixed
  483. exhaustive_items.rs
  484. exhaustive_items.stderr
  485. exit1.rs
  486. exit1.stderr
  487. exit1_compile_flag_test.rs
  488. exit1_compile_flag_test.stderr
  489. exit2.rs
  490. exit2.stderr
  491. exit2_compile_flag_test.rs
  492. exit2_compile_flag_test.stderr
  493. exit3.rs
  494. exit3_compile_flag_test.rs
  495. exit4.rs
  496. expect.rs
  497. expect.stderr
  498. expect_fun_call.fixed
  499. expect_fun_call.rs
  500. expect_fun_call.stderr
  501. expect_tool_lint_rfc_2383.rs
  502. expect_tool_lint_rfc_2383.stderr
  503. explicit_auto_deref.fixed
  504. explicit_auto_deref.rs
  505. explicit_auto_deref.stderr
  506. explicit_counter_loop.rs
  507. explicit_counter_loop.stderr
  508. explicit_deref_methods.fixed
  509. explicit_deref_methods.rs
  510. explicit_deref_methods.stderr
  511. explicit_into_iter_loop.fixed
  512. explicit_into_iter_loop.rs
  513. explicit_into_iter_loop.stderr
  514. explicit_iter_loop.fixed
  515. explicit_iter_loop.rs
  516. explicit_iter_loop.stderr
  517. explicit_write.fixed
  518. explicit_write.rs
  519. explicit_write.stderr
  520. explicit_write_in_test.rs
  521. extend_with_drain.fixed
  522. extend_with_drain.rs
  523. extend_with_drain.stderr
  524. extra_unused_lifetimes.rs
  525. extra_unused_lifetimes.stderr
  526. extra_unused_type_parameters.fixed
  527. extra_unused_type_parameters.rs
  528. extra_unused_type_parameters.stderr
  529. extra_unused_type_parameters_unfixable.rs
  530. extra_unused_type_parameters_unfixable.stderr
  531. fallible_impl_from.rs
  532. fallible_impl_from.stderr
  533. field_reassign_with_default.rs
  534. field_reassign_with_default.stderr
  535. field_scoped_visibility_modifiers.rs
  536. field_scoped_visibility_modifiers.stderr
  537. filetype_is_file.rs
  538. filetype_is_file.stderr
  539. filter_map_bool_then.fixed
  540. filter_map_bool_then.rs
  541. filter_map_bool_then.stderr
  542. filter_map_bool_then_unfixable.rs
  543. filter_map_bool_then_unfixable.stderr
  544. filter_map_identity.fixed
  545. filter_map_identity.rs
  546. filter_map_identity.stderr
  547. filter_map_next.fixed
  548. filter_map_next.rs
  549. filter_map_next.stderr
  550. filter_next.fixed
  551. filter_next.rs
  552. filter_next.stderr
  553. filter_next_unfixable.rs
  554. filter_next_unfixable.stderr
  555. flat_map_identity.fixed
  556. flat_map_identity.rs
  557. flat_map_identity.stderr
  558. flat_map_option.fixed
  559. flat_map_option.rs
  560. flat_map_option.stderr
  561. float_arithmetic.rs
  562. float_arithmetic.stderr
  563. float_cmp.rs
  564. float_cmp.stderr
  565. float_cmp_const.rs
  566. float_cmp_const.stderr
  567. float_equality_without_abs.rs
  568. float_equality_without_abs.stderr
  569. floating_point_abs.fixed
  570. floating_point_abs.rs
  571. floating_point_abs.stderr
  572. floating_point_arithmetic_nostd.rs
  573. floating_point_exp.fixed
  574. floating_point_exp.rs
  575. floating_point_exp.stderr
  576. floating_point_hypot.fixed
  577. floating_point_hypot.rs
  578. floating_point_hypot.stderr
  579. floating_point_log.fixed
  580. floating_point_log.rs
  581. floating_point_log.stderr
  582. floating_point_logbase.fixed
  583. floating_point_logbase.rs
  584. floating_point_logbase.stderr
  585. floating_point_mul_add.fixed
  586. floating_point_mul_add.rs
  587. floating_point_mul_add.stderr
  588. floating_point_powf.fixed
  589. floating_point_powf.rs
  590. floating_point_powf.stderr
  591. floating_point_powi.fixed
  592. floating_point_powi.rs
  593. floating_point_powi.stderr
  594. floating_point_rad.fixed
  595. floating_point_rad.rs
  596. floating_point_rad.stderr
  597. fn_params_excessive_bools.rs
  598. fn_params_excessive_bools.stderr
  599. fn_to_numeric_cast.r32bit.stderr
  600. fn_to_numeric_cast.r64bit.stderr
  601. fn_to_numeric_cast.rs
  602. fn_to_numeric_cast_any.rs
  603. fn_to_numeric_cast_any.stderr
  604. for_kv_map.fixed
  605. for_kv_map.rs
  606. for_kv_map.stderr
  607. for_unbounded_range.fixed
  608. for_unbounded_range.rs
  609. for_unbounded_range.stderr
  610. forget_non_drop.rs
  611. forget_non_drop.stderr
  612. format.fixed
  613. format.rs
  614. format.stderr
  615. format_args.fixed
  616. format_args.rs
  617. format_args.stderr
  618. format_collect.rs
  619. format_collect.stderr
  620. format_in_format_args_unfixable.rs
  621. format_in_format_args_unfixable.stderr
  622. format_push_string.fixed
  623. format_push_string.rs
  624. format_push_string.stderr
  625. format_push_string_no_core.rs
  626. format_push_string_no_std.fixed
  627. format_push_string_no_std.rs
  628. format_push_string_no_std.stderr
  629. format_push_string_no_std_unfixable.rs
  630. format_push_string_no_std_unfixable.stderr
  631. format_push_string_unfixable.rs
  632. format_push_string_unfixable.stderr
  633. formatting.rs
  634. formatting.stderr
  635. four_forward_slashes.fixed
  636. four_forward_slashes.rs
  637. four_forward_slashes.stderr
  638. four_forward_slashes_bare_cr.rs
  639. four_forward_slashes_bare_cr.stderr
  640. four_forward_slashes_first_line.fixed
  641. four_forward_slashes_first_line.rs
  642. four_forward_slashes_first_line.stderr
  643. from_over_into.fixed
  644. from_over_into.rs
  645. from_over_into.stderr
  646. from_over_into_unfixable.rs
  647. from_over_into_unfixable.stderr
  648. from_raw_with_void_ptr.rs
  649. from_raw_with_void_ptr.stderr
  650. from_str_radix_10.fixed
  651. from_str_radix_10.rs
  652. from_str_radix_10.stderr
  653. functions.rs
  654. functions.stderr
  655. functions_maxlines.rs
  656. functions_maxlines.stderr
  657. future_not_send.rs
  658. future_not_send.stderr
  659. get_first.fixed
  660. get_first.rs
  661. get_first.stderr
  662. get_last_with_len.fixed
  663. get_last_with_len.rs
  664. get_last_with_len.stderr
  665. get_unwrap.fixed
  666. get_unwrap.rs
  667. get_unwrap.stderr
  668. host_endian_bytes.1.fixed
  669. host_endian_bytes.2.fixed
  670. host_endian_bytes.rs
  671. host_endian_bytes.stderr
  672. identity_op.fixed
  673. identity_op.rs
  674. identity_op.stderr
  675. if_let_mutex.edition2021.stderr
  676. if_let_mutex.rs
  677. if_not_else.fixed
  678. if_not_else.rs
  679. if_not_else.stderr
  680. if_not_else_bittest.rs
  681. if_same_then_else.rs
  682. if_same_then_else.stderr
  683. if_same_then_else2.rs
  684. if_same_then_else2.stderr
  685. if_then_some_else_none.fixed
  686. if_then_some_else_none.rs
  687. if_then_some_else_none.stderr
  688. if_then_some_else_none_unfixable.rs
  689. if_then_some_else_none_unfixable.stderr
  690. ifs_same_cond.rs
  691. ifs_same_cond.stderr
  692. ignore_without_reason.rs
  693. ignore_without_reason.stderr
  694. ignored_unit_patterns.fixed
  695. ignored_unit_patterns.rs
  696. ignored_unit_patterns.stderr
  697. impl.rs
  698. impl.stderr
  699. impl_hash_with_borrow_str_and_bytes.rs
  700. impl_hash_with_borrow_str_and_bytes.stderr
  701. impl_trait_in_params.rs
  702. impl_trait_in_params.stderr
  703. implicit_clone.fixed
  704. implicit_clone.rs
  705. implicit_clone.stderr
  706. implicit_hasher.fixed
  707. implicit_hasher.rs
  708. implicit_hasher.stderr
  709. implicit_return.fixed
  710. implicit_return.rs
  711. implicit_return.stderr
  712. implicit_saturating_add.fixed
  713. implicit_saturating_add.rs
  714. implicit_saturating_add.stderr
  715. implicit_saturating_sub.fixed
  716. implicit_saturating_sub.rs
  717. implicit_saturating_sub.stderr
  718. implied_bounds_in_impls.fixed
  719. implied_bounds_in_impls.rs
  720. implied_bounds_in_impls.stderr
  721. incompatible_msrv.rs
  722. incompatible_msrv.stderr
  723. inconsistent_digit_grouping.fixed
  724. inconsistent_digit_grouping.rs
  725. inconsistent_digit_grouping.stderr
  726. inconsistent_struct_constructor.fixed
  727. inconsistent_struct_constructor.rs
  728. inconsistent_struct_constructor.stderr
  729. indexing_slicing_index.rs
  730. indexing_slicing_index.stderr
  731. indexing_slicing_slice.rs
  732. indexing_slicing_slice.stderr
  733. ineffective_bit_masks.rs
  734. ineffective_bit_masks.stderr
  735. ineffective_open_options.fixed
  736. ineffective_open_options.rs
  737. ineffective_open_options.stderr
  738. inefficient_to_string.fixed
  739. inefficient_to_string.rs
  740. inefficient_to_string.stderr
  741. infallible_destructuring_match.fixed
  742. infallible_destructuring_match.rs
  743. infallible_destructuring_match.stderr
  744. infallible_try_from.rs
  745. infallible_try_from.stderr
  746. infinite_iter.rs
  747. infinite_iter.stderr
  748. infinite_loops.rs
  749. infinite_loops.stderr
  750. inherent_to_string.rs
  751. inherent_to_string.stderr
  752. init_numbered_fields.fixed
  753. init_numbered_fields.rs
  754. init_numbered_fields.stderr
  755. inline_fn_without_body.fixed
  756. inline_fn_without_body.rs
  757. inline_fn_without_body.stderr
  758. inline_modules_cfg_test.rs
  759. inline_trait_bounds.fixed
  760. inline_trait_bounds.rs
  761. inline_trait_bounds.stderr
  762. inspect_for_each.rs
  763. inspect_for_each.stderr
  764. int_plus_one.fixed
  765. int_plus_one.rs
  766. int_plus_one.stderr
  767. integer_division.rs
  768. integer_division.stderr
  769. integer_division_remainder_used.rs
  770. integer_division_remainder_used.stderr
  771. into_iter_on_ref.fixed
  772. into_iter_on_ref.rs
  773. into_iter_on_ref.stderr
  774. into_iter_without_iter.rs
  775. into_iter_without_iter.stderr
  776. invalid_upcast_comparisons.rs
  777. invalid_upcast_comparisons.stderr
  778. invisible_characters_unfixable.rs
  779. invisible_characters_unfixable.stderr
  780. io_other_error.fixed
  781. io_other_error.rs
  782. io_other_error.stderr
  783. ip_constant.fixed
  784. ip_constant.rs
  785. ip_constant.stderr
  786. ip_constant_from_external.rs
  787. ip_constant_from_external.stderr
  788. is_digit_ascii_radix.fixed
  789. is_digit_ascii_radix.rs
  790. is_digit_ascii_radix.stderr
  791. issue-111399.rs
  792. issue-3145.rs
  793. issue-3145.stderr
  794. issue-7447.rs
  795. issue-7447.stderr
  796. issue_2356.fixed
  797. issue_2356.rs
  798. issue_2356.stderr
  799. issue_4266.rs
  800. issue_4266.stderr
  801. items_after_statement.rs
  802. items_after_statement.stderr
  803. iter_cloned_collect.fixed
  804. iter_cloned_collect.rs
  805. iter_cloned_collect.stderr
  806. iter_count.fixed
  807. iter_count.rs
  808. iter_count.stderr
  809. iter_filter_is_ok.fixed
  810. iter_filter_is_ok.rs
  811. iter_filter_is_ok.stderr
  812. iter_filter_is_some.fixed
  813. iter_filter_is_some.rs
  814. iter_filter_is_some.stderr
  815. iter_kv_map.fixed
  816. iter_kv_map.rs
  817. iter_kv_map.stderr
  818. iter_next_loop.rs
  819. iter_next_loop.stderr
  820. iter_next_slice.fixed
  821. iter_next_slice.rs
  822. iter_next_slice.stderr
  823. iter_not_returning_iterator.rs
  824. iter_not_returning_iterator.stderr
  825. iter_nth.fixed
  826. iter_nth.rs
  827. iter_nth.stderr
  828. iter_nth_zero.fixed
  829. iter_nth_zero.rs
  830. iter_nth_zero.stderr
  831. iter_on_empty_collections.fixed
  832. iter_on_empty_collections.rs
  833. iter_on_empty_collections.stderr
  834. iter_on_single_items.fixed
  835. iter_on_single_items.rs
  836. iter_on_single_items.stderr
  837. iter_out_of_bounds.rs
  838. iter_out_of_bounds.stderr
  839. iter_over_hash_type.rs
  840. iter_over_hash_type.stderr
  841. iter_overeager_cloned.fixed
  842. iter_overeager_cloned.rs
  843. iter_overeager_cloned.stderr
  844. iter_skip_next.fixed
  845. iter_skip_next.rs
  846. iter_skip_next.stderr
  847. iter_skip_next_unfixable.rs
  848. iter_skip_next_unfixable.stderr
  849. iter_skip_zero.fixed
  850. iter_skip_zero.rs
  851. iter_skip_zero.stderr
  852. iter_with_drain.fixed
  853. iter_with_drain.rs
  854. iter_with_drain.stderr
  855. iter_without_into_iter.rs
  856. iter_without_into_iter.stderr
  857. iterator_step_by_zero.rs
  858. iterator_step_by_zero.stderr
  859. join_absolute_paths.1.fixed
  860. join_absolute_paths.2.fixed
  861. join_absolute_paths.rs
  862. join_absolute_paths.stderr
  863. large_const_arrays.fixed
  864. large_const_arrays.rs
  865. large_const_arrays.stderr
  866. large_digit_groups.fixed
  867. large_digit_groups.rs
  868. large_digit_groups.stderr
  869. large_enum_variant.r32bit.stderr
  870. large_enum_variant.r64bit.stderr
  871. large_enum_variant.rs
  872. large_enum_variant_no_std.rs
  873. large_enum_variant_no_std.stderr
  874. large_futures.fixed
  875. large_futures.rs
  876. large_futures.stderr
  877. large_stack_arrays.rs
  878. large_stack_arrays.stderr
  879. large_stack_frames.rs
  880. large_stack_frames.stderr
  881. large_types_passed_by_value.rs
  882. large_types_passed_by_value.stderr
  883. legacy_numeric_constants.fixed
  884. legacy_numeric_constants.rs
  885. legacy_numeric_constants.stderr
  886. legacy_numeric_constants_unfixable.rs
  887. legacy_numeric_constants_unfixable.stderr
  888. len_without_is_empty.rs
  889. len_without_is_empty.stderr
  890. len_without_is_empty_expect.rs
  891. len_without_is_empty_expect.stderr
  892. len_zero.fixed
  893. len_zero.rs
  894. len_zero.stderr
  895. len_zero_ranges.fixed
  896. len_zero_ranges.rs
  897. len_zero_ranges.stderr
  898. let_and_return.edition2021.fixed
  899. let_and_return.edition2021.stderr
  900. let_and_return.edition2024.fixed
  901. let_and_return.edition2024.stderr
  902. let_and_return.fixed
  903. let_and_return.rs
  904. let_and_return.stderr
  905. let_if_seq.rs
  906. let_if_seq.stderr
  907. let_underscore_future.rs
  908. let_underscore_future.stderr
  909. let_underscore_lock.rs
  910. let_underscore_lock.stderr
  911. let_underscore_must_use.rs
  912. let_underscore_must_use.stderr
  913. let_underscore_untyped.rs
  914. let_underscore_untyped.stderr
  915. let_unit.fixed
  916. let_unit.rs
  917. let_unit.stderr
  918. let_with_type_underscore.fixed
  919. let_with_type_underscore.rs
  920. let_with_type_underscore.stderr
  921. lines_filter_map_ok.fixed
  922. lines_filter_map_ok.rs
  923. lines_filter_map_ok.stderr
  924. linkedlist.rs
  925. linkedlist.stderr
  926. literal_string_with_formatting_arg.rs
  927. literal_string_with_formatting_arg.stderr
  928. literals.rs
  929. literals.stderr
  930. little_endian_bytes.1.fixed
  931. little_endian_bytes.2.fixed
  932. little_endian_bytes.rs
  933. little_endian_bytes.stderr
  934. localhost.txt
  935. lossy_float_literal.fixed
  936. lossy_float_literal.rs
  937. lossy_float_literal.stderr
  938. macro_use_imports.fixed
  939. macro_use_imports.rs
  940. macro_use_imports.stderr
  941. macro_use_imports_expect.rs
  942. manual_abs_diff.fixed
  943. manual_abs_diff.rs
  944. manual_abs_diff.stderr
  945. manual_arithmetic_check-2.rs
  946. manual_arithmetic_check-2.stderr
  947. manual_arithmetic_check.fixed
  948. manual_arithmetic_check.rs
  949. manual_arithmetic_check.stderr
  950. manual_assert.edition2018.fixed
  951. manual_assert.edition2018.stderr
  952. manual_assert.edition2021.fixed
  953. manual_assert.edition2021.stderr
  954. manual_assert.rs
  955. manual_assert_eq.fixed
  956. manual_assert_eq.rs
  957. manual_assert_eq.stderr
  958. manual_async_fn.fixed
  959. manual_async_fn.rs
  960. manual_async_fn.stderr
  961. manual_bit_width.fixed
  962. manual_bit_width.rs
  963. manual_bit_width.stderr
  964. manual_bits.fixed
  965. manual_bits.rs
  966. manual_bits.stderr
  967. manual_c_str_literals.edition2021.fixed
  968. manual_c_str_literals.edition2021.stderr
  969. manual_c_str_literals.rs
  970. manual_checked_ops.rs
  971. manual_checked_ops.stderr
  972. manual_clamp.fixed
  973. manual_clamp.rs
  974. manual_clamp.stderr
  975. manual_clear.fixed
  976. manual_clear.rs
  977. manual_clear.stderr
  978. manual_contains.fixed
  979. manual_contains.rs
  980. manual_contains.stderr
  981. manual_dangling_ptr.fixed
  982. manual_dangling_ptr.rs
  983. manual_dangling_ptr.stderr
  984. manual_div_ceil.fixed
  985. manual_div_ceil.rs
  986. manual_div_ceil.stderr
  987. manual_div_ceil_with_feature.fixed
  988. manual_div_ceil_with_feature.rs
  989. manual_div_ceil_with_feature.stderr
  990. manual_filter.fixed
  991. manual_filter.rs
  992. manual_filter.stderr
  993. manual_filter_map.fixed
  994. manual_filter_map.rs
  995. manual_filter_map.stderr
  996. manual_filter_unfixable.rs
  997. manual_filter_unfixable.stderr
  998. manual_find.rs
  999. manual_find.stderr
  1000. manual_find_fixable.fixed
  1001. manual_find_fixable.rs
  1002. manual_find_fixable.stderr
  1003. manual_find_map.fixed
  1004. manual_find_map.rs
  1005. manual_find_map.stderr
  1006. manual_flatten.fixed
  1007. manual_flatten.rs
  1008. manual_flatten.stderr
  1009. manual_float_methods.1.fixed
  1010. manual_float_methods.2.fixed
  1011. manual_float_methods.3.fixed
  1012. manual_float_methods.rs
  1013. manual_float_methods.stderr
  1014. manual_hash_one.fixed
  1015. manual_hash_one.rs
  1016. manual_hash_one.stderr
  1017. manual_ignore_case_cmp.fixed
  1018. manual_ignore_case_cmp.rs
  1019. manual_ignore_case_cmp.stderr
  1020. manual_ilog2.fixed
  1021. manual_ilog2.rs
  1022. manual_ilog2.stderr
  1023. manual_inspect.fixed
  1024. manual_inspect.rs
  1025. manual_inspect.stderr
  1026. manual_instant_elapsed.fixed
  1027. manual_instant_elapsed.rs
  1028. manual_instant_elapsed.stderr
  1029. manual_is_ascii_check.fixed
  1030. manual_is_ascii_check.rs
  1031. manual_is_ascii_check.stderr
  1032. manual_is_multiple_of.fixed
  1033. manual_is_multiple_of.rs
  1034. manual_is_multiple_of.stderr
  1035. manual_is_power_of_two.fixed
  1036. manual_is_power_of_two.rs
  1037. manual_is_power_of_two.stderr
  1038. manual_is_variant_and.fixed
  1039. manual_is_variant_and.rs
  1040. manual_is_variant_and.stderr
  1041. manual_isolate_lowest_one.fixed
  1042. manual_isolate_lowest_one.rs
  1043. manual_isolate_lowest_one.stderr
  1044. manual_let_else.fixed
  1045. manual_let_else.rs
  1046. manual_let_else.stderr
  1047. manual_let_else_match.fixed
  1048. manual_let_else_match.rs
  1049. manual_let_else_match.stderr
  1050. manual_let_else_question_mark.fixed
  1051. manual_let_else_question_mark.rs
  1052. manual_let_else_question_mark.stderr
  1053. manual_let_else_unfixable.rs
  1054. manual_let_else_unfixable.stderr
  1055. manual_main_separator_str.fixed
  1056. manual_main_separator_str.rs
  1057. manual_main_separator_str.stderr
  1058. manual_map_option.fixed
  1059. manual_map_option.rs
  1060. manual_map_option.stderr
  1061. manual_map_option_2.fixed
  1062. manual_map_option_2.rs
  1063. manual_map_option_2.stderr
  1064. manual_midpoint.fixed
  1065. manual_midpoint.rs
  1066. manual_midpoint.stderr
  1067. manual_next_back.fixed
  1068. manual_next_back.rs
  1069. manual_next_back.stderr
  1070. manual_non_exhaustive_enum.rs
  1071. manual_non_exhaustive_enum.stderr
  1072. manual_non_exhaustive_struct.rs
  1073. manual_non_exhaustive_struct.stderr
  1074. manual_noop_waker.rs
  1075. manual_noop_waker.stderr
  1076. manual_ok_err.fixed
  1077. manual_ok_err.rs
  1078. manual_ok_err.stderr
  1079. manual_ok_or.fixed
  1080. manual_ok_or.rs
  1081. manual_ok_or.stderr
  1082. manual_option_as_slice.fixed
  1083. manual_option_as_slice.rs
  1084. manual_option_as_slice.stderr
  1085. manual_option_zip.fixed
  1086. manual_option_zip.rs
  1087. manual_option_zip.stderr
  1088. manual_pattern_char_comparison.fixed
  1089. manual_pattern_char_comparison.rs
  1090. manual_pattern_char_comparison.stderr
  1091. manual_pop_if.fixed
  1092. manual_pop_if.rs
  1093. manual_pop_if.stderr
  1094. manual_pop_if_unfixable.rs
  1095. manual_pop_if_unfixable.stderr
  1096. manual_range_patterns.fixed
  1097. manual_range_patterns.rs
  1098. manual_range_patterns.stderr
  1099. manual_rem_euclid.fixed
  1100. manual_rem_euclid.rs
  1101. manual_rem_euclid.stderr
  1102. manual_repeat_n.fixed
  1103. manual_repeat_n.rs
  1104. manual_repeat_n.stderr
  1105. manual_retain.fixed
  1106. manual_retain.rs
  1107. manual_retain.stderr
  1108. manual_rotate.fixed
  1109. manual_rotate.rs
  1110. manual_rotate.stderr
  1111. manual_saturating_arithmetic.fixed
  1112. manual_saturating_arithmetic.rs
  1113. manual_saturating_arithmetic.stderr
  1114. manual_slice_fill.fixed
  1115. manual_slice_fill.rs
  1116. manual_slice_fill.stderr
  1117. manual_slice_size_calculation.fixed
  1118. manual_slice_size_calculation.rs
  1119. manual_slice_size_calculation.stderr
  1120. manual_split_once.fixed
  1121. manual_split_once.rs
  1122. manual_split_once.stderr
  1123. manual_str_repeat.fixed
  1124. manual_str_repeat.rs
  1125. manual_str_repeat.stderr
  1126. manual_string_new.fixed
  1127. manual_string_new.rs
  1128. manual_string_new.stderr
  1129. manual_strip.rs
  1130. manual_strip.stderr
  1131. manual_strip_fixable.fixed
  1132. manual_strip_fixable.rs
  1133. manual_strip_fixable.stderr
  1134. manual_swap_auto_fix.fixed
  1135. manual_swap_auto_fix.rs
  1136. manual_swap_auto_fix.stderr
  1137. manual_take.fixed
  1138. manual_take.rs
  1139. manual_take.stderr
  1140. manual_take_nocore.rs
  1141. manual_take_nostd.fixed
  1142. manual_take_nostd.rs
  1143. manual_take_nostd.stderr
  1144. manual_try_fold.rs
  1145. manual_try_fold.stderr
  1146. manual_unwrap_or.fixed
  1147. manual_unwrap_or.rs
  1148. manual_unwrap_or.stderr
  1149. manual_unwrap_or_default.fixed
  1150. manual_unwrap_or_default.rs
  1151. manual_unwrap_or_default.stderr
  1152. manual_unwrap_or_default_unfixable.rs
  1153. manual_unwrap_or_default_unfixable.stderr
  1154. manual_while_let_some.fixed
  1155. manual_while_let_some.rs
  1156. manual_while_let_some.stderr
  1157. many_single_char_names.rs
  1158. many_single_char_names.stderr
  1159. map_all_any_identity.fixed
  1160. map_all_any_identity.rs
  1161. map_all_any_identity.stderr
  1162. map_clone.fixed
  1163. map_clone.rs
  1164. map_clone.stderr
  1165. map_collect_result_unit.fixed
  1166. map_collect_result_unit.rs
  1167. map_collect_result_unit.stderr
  1168. map_err.rs
  1169. map_err.stderr
  1170. map_flatten.fixed
  1171. map_flatten.rs
  1172. map_flatten.stderr
  1173. map_flatten_fixable.fixed
  1174. map_flatten_fixable.rs
  1175. map_flatten_fixable.stderr
  1176. map_identity.fixed
  1177. map_identity.rs
  1178. map_identity.stderr
  1179. map_or_identity.fixed
  1180. map_or_identity.rs
  1181. map_or_identity.stderr
  1182. map_unit_fn.rs
  1183. map_unwrap_or.rs
  1184. map_unwrap_or.stderr
  1185. map_unwrap_or_fixable.fixed
  1186. map_unwrap_or_fixable.rs
  1187. map_unwrap_or_fixable.stderr
  1188. map_with_unused_argument_over_ranges.fixed
  1189. map_with_unused_argument_over_ranges.rs
  1190. map_with_unused_argument_over_ranges.stderr
  1191. map_with_unused_argument_over_ranges_nostd.fixed
  1192. map_with_unused_argument_over_ranges_nostd.rs
  1193. map_with_unused_argument_over_ranges_nostd.stderr
  1194. match_as_ref.fixed
  1195. match_as_ref.rs
  1196. match_as_ref.stderr
  1197. match_bool.fixed
  1198. match_bool.rs
  1199. match_bool.stderr
  1200. match_like_matches_macro.fixed
  1201. match_like_matches_macro.rs
  1202. match_like_matches_macro.stderr
  1203. match_like_matches_macro_if_let_guard.rs
  1204. match_overlapping_arm.rs
  1205. match_overlapping_arm.stderr
  1206. match_ref_pats.fixed
  1207. match_ref_pats.rs
  1208. match_ref_pats.stderr
  1209. match_result_ok.fixed
  1210. match_result_ok.rs
  1211. match_result_ok.stderr
  1212. match_same_arms.fixed
  1213. match_same_arms.rs
  1214. match_same_arms.stderr
  1215. match_same_arms2.fixed
  1216. match_same_arms2.rs
  1217. match_same_arms2.stderr
  1218. match_same_arms_expect.rs
  1219. match_same_arms_non_exhaustive.fixed
  1220. match_same_arms_non_exhaustive.rs
  1221. match_same_arms_non_exhaustive.stderr
  1222. match_single_binding.fixed
  1223. match_single_binding.rs
  1224. match_single_binding.stderr
  1225. match_single_binding2.fixed
  1226. match_single_binding2.rs
  1227. match_single_binding2.stderr
  1228. match_str_case_mismatch.fixed
  1229. match_str_case_mismatch.rs
  1230. match_str_case_mismatch.stderr
  1231. match_wild_err_arm.rs
  1232. match_wild_err_arm.stderr
  1233. match_wildcard_for_single_variants.fixed
  1234. match_wildcard_for_single_variants.rs
  1235. match_wildcard_for_single_variants.stderr
  1236. mem_forget.rs
  1237. mem_forget.stderr
  1238. mem_replace_option_with_none.fixed
  1239. mem_replace_option_with_none.rs
  1240. mem_replace_option_with_none.stderr
  1241. mem_replace_option_with_none_no_std.fixed
  1242. mem_replace_option_with_none_no_std.rs
  1243. mem_replace_option_with_none_no_std.stderr
  1244. mem_replace_option_with_some.fixed
  1245. mem_replace_option_with_some.rs
  1246. mem_replace_option_with_some.stderr
  1247. mem_replace_option_with_some_no_std.fixed
  1248. mem_replace_option_with_some_no_std.rs
  1249. mem_replace_option_with_some_no_std.stderr
  1250. mem_replace_with_default.fixed
  1251. mem_replace_with_default.rs
  1252. mem_replace_with_default.stderr
  1253. mem_replace_with_default_no_std.fixed
  1254. mem_replace_with_default_no_std.rs
  1255. mem_replace_with_default_no_std.stderr
  1256. mem_replace_with_uninit.fixed
  1257. mem_replace_with_uninit.rs
  1258. mem_replace_with_uninit.stderr
  1259. mem_replace_with_uninit_unfixable.rs
  1260. mem_replace_with_uninit_unfixable.stderr
  1261. methods.rs
  1262. methods.stderr
  1263. min_ident_chars.rs
  1264. min_ident_chars.stderr
  1265. min_max.rs
  1266. min_max.stderr
  1267. min_rust_version_attr.rs
  1268. min_rust_version_attr.stderr
  1269. min_rust_version_invalid_attr.rs
  1270. min_rust_version_invalid_attr.stderr
  1271. mismatched_bit_width_type.fixed
  1272. mismatched_bit_width_type.rs
  1273. mismatched_bit_width_type.stderr
  1274. mismatching_type_param_order.rs
  1275. mismatching_type_param_order.stderr
  1276. misnamed_getters.fixed
  1277. misnamed_getters.rs
  1278. misnamed_getters.stderr
  1279. misnamed_getters_2021.fixed
  1280. misnamed_getters_2021.rs
  1281. misnamed_getters_2021.stderr
  1282. misrefactored_assign_op.1.fixed
  1283. misrefactored_assign_op.2.fixed
  1284. misrefactored_assign_op.rs
  1285. misrefactored_assign_op.stderr
  1286. missing_assert_message.edition2015.stderr
  1287. missing_assert_message.edition2021.stderr
  1288. missing_assert_message.rs
  1289. missing_asserts_for_indexing.fixed
  1290. missing_asserts_for_indexing.rs
  1291. missing_asserts_for_indexing.stderr
  1292. missing_asserts_for_indexing_unfixable.rs
  1293. missing_asserts_for_indexing_unfixable.stderr
  1294. missing_const_for_thread_local.fixed
  1295. missing_const_for_thread_local.rs
  1296. missing_const_for_thread_local.stderr
  1297. missing_fields_in_debug.rs
  1298. missing_fields_in_debug.stderr
  1299. missing_inline.rs
  1300. missing_inline.stderr
  1301. missing_inline_executable.rs
  1302. missing_inline_executable.stderr
  1303. missing_inline_proc_macro.rs
  1304. missing_inline_test_crate.rs
  1305. missing_panics_doc.rs
  1306. missing_panics_doc.stderr
  1307. missing_spin_loop.fixed
  1308. missing_spin_loop.rs
  1309. missing_spin_loop.stderr
  1310. missing_spin_loop_no_std.fixed
  1311. missing_spin_loop_no_std.rs
  1312. missing_spin_loop_no_std.stderr
  1313. missing_trait_methods.rs
  1314. missing_trait_methods.stderr
  1315. missing_transmute_annotations.fixed
  1316. missing_transmute_annotations.rs
  1317. missing_transmute_annotations.stderr
  1318. missing_transmute_annotations_unfixable.rs
  1319. missing_transmute_annotations_unfixable.stderr
  1320. mistyped_literal_suffix.fixed
  1321. mistyped_literal_suffix.rs
  1322. mistyped_literal_suffix.stderr
  1323. mixed_attributes_style.rs
  1324. mixed_attributes_style.stderr
  1325. mixed_read_write_in_expression.rs
  1326. mixed_read_write_in_expression.stderr
  1327. module_inception.rs
  1328. module_inception.stderr
  1329. module_name_repetitions.rs
  1330. module_name_repetitions.stderr
  1331. modulo_arithmetic_float.rs
  1332. modulo_arithmetic_float.stderr
  1333. modulo_arithmetic_integral.rs
  1334. modulo_arithmetic_integral.stderr
  1335. modulo_arithmetic_integral_const.rs
  1336. modulo_arithmetic_integral_const.stderr
  1337. modulo_one.rs
  1338. modulo_one.stderr
  1339. msrv_attributes_without_early_lints.rs
  1340. multi_assignments.rs
  1341. multi_assignments.stderr
  1342. multiple_bound_locations.rs
  1343. multiple_bound_locations.stderr
  1344. multiple_inherent_impl_cfg.normal.stderr
  1345. multiple_inherent_impl_cfg.rs
  1346. multiple_inherent_impl_cfg.stderr
  1347. multiple_inherent_impl_cfg.withtest.stderr
  1348. multiple_unsafe_ops_per_block.rs
  1349. multiple_unsafe_ops_per_block.stderr
  1350. must_use_candidates.fixed
  1351. must_use_candidates.rs
  1352. must_use_candidates.stderr
  1353. must_use_unit.fixed
  1354. must_use_unit.rs
  1355. must_use_unit.stderr
  1356. must_use_unit_unfixable.rs
  1357. must_use_unit_unfixable.stderr
  1358. mut_from_ref.rs
  1359. mut_from_ref.stderr
  1360. mut_key.rs
  1361. mut_key.stderr
  1362. mut_mut.fixed
  1363. mut_mut.rs
  1364. mut_mut.stderr
  1365. mut_mut_unfixable.rs
  1366. mut_mut_unfixable.stderr
  1367. mut_mutex_lock.fixed
  1368. mut_mutex_lock.rs
  1369. mut_mutex_lock.stderr
  1370. mut_range_bound.rs
  1371. mut_range_bound.stderr
  1372. mutex_atomic.fixed
  1373. mutex_atomic.rs
  1374. mutex_atomic.stderr
  1375. mutex_atomic_unfixable.rs
  1376. mutex_atomic_unfixable.stderr
  1377. needless_arbitrary_self_type.fixed
  1378. needless_arbitrary_self_type.rs
  1379. needless_arbitrary_self_type.stderr
  1380. needless_arbitrary_self_type_unfixable.fixed
  1381. needless_arbitrary_self_type_unfixable.rs
  1382. needless_arbitrary_self_type_unfixable.stderr
  1383. needless_as_bytes.fixed
  1384. needless_as_bytes.rs
  1385. needless_as_bytes.stderr
  1386. needless_bitwise_bool.fixed
  1387. needless_bitwise_bool.rs
  1388. needless_bitwise_bool.stderr
  1389. needless_bool_assign.fixed
  1390. needless_bool_assign.rs
  1391. needless_bool_assign.stderr
  1392. needless_borrow.fixed
  1393. needless_borrow.rs
  1394. needless_borrow.stderr
  1395. needless_borrow_false_positive_16200.fixed
  1396. needless_borrow_false_positive_16200.rs
  1397. needless_borrow_false_positive_16200.stderr
  1398. needless_borrow_pat.fixed
  1399. needless_borrow_pat.rs
  1400. needless_borrow_pat.stderr
  1401. needless_borrowed_ref.fixed
  1402. needless_borrowed_ref.rs
  1403. needless_borrowed_ref.stderr
  1404. needless_borrows_for_generic_args.fixed
  1405. needless_borrows_for_generic_args.rs
  1406. needless_borrows_for_generic_args.stderr
  1407. needless_character_iteration.fixed
  1408. needless_character_iteration.rs
  1409. needless_character_iteration.stderr
  1410. needless_collect.fixed
  1411. needless_collect.rs
  1412. needless_collect.stderr
  1413. needless_collect_indirect.fixed
  1414. needless_collect_indirect.rs
  1415. needless_collect_indirect.stderr
  1416. needless_continue.rs
  1417. needless_continue.stderr
  1418. needless_doc_main.rs
  1419. needless_doc_main.stderr
  1420. needless_else.fixed
  1421. needless_else.rs
  1422. needless_else.stderr
  1423. needless_for_each_fixable.fixed
  1424. needless_for_each_fixable.rs
  1425. needless_for_each_fixable.stderr
  1426. needless_for_each_unfixable.rs
  1427. needless_for_each_unfixable.stderr
  1428. needless_ifs.fixed
  1429. needless_ifs.rs
  1430. needless_ifs.stderr
  1431. needless_late_init.fixed
  1432. needless_late_init.rs
  1433. needless_late_init.stderr
  1434. needless_lifetimes.fixed
  1435. needless_lifetimes.rs
  1436. needless_lifetimes.stderr
  1437. needless_match.fixed
  1438. needless_match.rs
  1439. needless_match.stderr
  1440. needless_maybe_sized.fixed
  1441. needless_maybe_sized.rs
  1442. needless_maybe_sized.stderr
  1443. needless_option_as_deref.fixed
  1444. needless_option_as_deref.rs
  1445. needless_option_as_deref.stderr
  1446. needless_option_take.fixed
  1447. needless_option_take.rs
  1448. needless_option_take.stderr
  1449. needless_parens_on_range_literals.fixed
  1450. needless_parens_on_range_literals.rs
  1451. needless_parens_on_range_literals.stderr
  1452. needless_pass_by_ref_mut.rs
  1453. needless_pass_by_ref_mut.stderr
  1454. needless_pass_by_ref_mut2.fixed
  1455. needless_pass_by_ref_mut2.rs
  1456. needless_pass_by_ref_mut2.stderr
  1457. needless_pass_by_ref_mut_2021.rs
  1458. needless_pass_by_value.rs
  1459. needless_pass_by_value.stderr
  1460. needless_pass_by_value_proc_macro.rs
  1461. needless_pub_self.fixed
  1462. needless_pub_self.rs
  1463. needless_pub_self.stderr
  1464. needless_question_mark.fixed
  1465. needless_question_mark.rs
  1466. needless_question_mark.stderr
  1467. needless_range_loop.rs
  1468. needless_range_loop.stderr
  1469. needless_range_loop2.rs
  1470. needless_range_loop2.stderr
  1471. needless_raw_string.fixed
  1472. needless_raw_string.rs
  1473. needless_raw_string.stderr
  1474. needless_raw_string_hashes.fixed
  1475. needless_raw_string_hashes.rs
  1476. needless_raw_string_hashes.stderr
  1477. needless_return.fixed
  1478. needless_return.rs
  1479. needless_return.stderr
  1480. needless_return_with_question_mark.fixed
  1481. needless_return_with_question_mark.rs
  1482. needless_return_with_question_mark.stderr
  1483. needless_splitn.fixed
  1484. needless_splitn.rs
  1485. needless_splitn.stderr
  1486. needless_type_cast.fixed
  1487. needless_type_cast.rs
  1488. needless_type_cast.stderr
  1489. needless_type_cast_unfixable.rs
  1490. needless_type_cast_unfixable.stderr
  1491. needless_update.rs
  1492. needless_update.stderr
  1493. neg_cmp_op_on_partial_ord.rs
  1494. neg_cmp_op_on_partial_ord.stderr
  1495. neg_multiply.fixed
  1496. neg_multiply.rs
  1497. neg_multiply.stderr
  1498. never_loop.rs
  1499. never_loop.stderr
  1500. never_loop_fixable.fixed
  1501. never_loop_fixable.rs
  1502. never_loop_fixable.stderr
  1503. never_loop_iterator_reduction.rs
  1504. never_loop_iterator_reduction.stderr
  1505. new_ret_no_self.rs
  1506. new_ret_no_self.stderr
  1507. new_ret_no_self_overflow.rs
  1508. new_ret_no_self_overflow.stderr
  1509. new_without_default.fixed
  1510. new_without_default.rs
  1511. new_without_default.stderr
  1512. no_effect.rs
  1513. no_effect.stderr
  1514. no_effect_async_fn.rs
  1515. no_effect_async_fn.stderr
  1516. no_effect_replace.rs
  1517. no_effect_replace.stderr
  1518. no_effect_return.rs
  1519. no_effect_return.stderr
  1520. no_mangle_with_rust_abi.rs
  1521. no_mangle_with_rust_abi.stderr
  1522. no_mangle_with_rust_abi_2021.rs
  1523. no_mangle_with_rust_abi_2021.stderr
  1524. non_ascii_literal_unfixable.rs
  1525. non_ascii_literal_unfixable.stderr
  1526. non_canonical_clone_impl.fixed
  1527. non_canonical_clone_impl.rs
  1528. non_canonical_clone_impl.stderr
  1529. non_canonical_partial_ord_impl.fixed
  1530. non_canonical_partial_ord_impl.rs
  1531. non_canonical_partial_ord_impl.stderr
  1532. non_canonical_partial_ord_impl_fully_qual.rs
  1533. non_canonical_partial_ord_impl_fully_qual.stderr
  1534. non_expressive_names.rs
  1535. non_expressive_names.stderr
  1536. non_expressive_names_error_recovery.fixed
  1537. non_expressive_names_error_recovery.rs
  1538. non_expressive_names_error_recovery.stderr
  1539. non_minimal_cfg.fixed
  1540. non_minimal_cfg.rs
  1541. non_minimal_cfg.stderr
  1542. non_minimal_cfg2.rs
  1543. non_minimal_cfg2.stderr
  1544. non_octal_unix_permissions.fixed
  1545. non_octal_unix_permissions.rs
  1546. non_octal_unix_permissions.stderr
  1547. non_send_fields_in_send_ty.rs
  1548. non_send_fields_in_send_ty.stderr
  1549. non_zero_suggestions.fixed
  1550. non_zero_suggestions.rs
  1551. non_zero_suggestions.stderr
  1552. non_zero_suggestions_unfixable.rs
  1553. non_zero_suggestions_unfixable.stderr
  1554. nonminimal_bool.rs
  1555. nonminimal_bool.stderr
  1556. nonminimal_bool_methods.fixed
  1557. nonminimal_bool_methods.rs
  1558. nonminimal_bool_methods.stderr
  1559. nonminimal_bool_methods_unfixable.rs
  1560. nonminimal_bool_methods_unfixable.stderr
  1561. nonnull_unchecked_on_box_ptr.fixed
  1562. nonnull_unchecked_on_box_ptr.rs
  1563. nonnull_unchecked_on_box_ptr.stderr
  1564. obfuscated_if_else.fixed
  1565. obfuscated_if_else.rs
  1566. obfuscated_if_else.stderr
  1567. octal_escapes.rs
  1568. octal_escapes.stderr
  1569. ok_expect.fixed
  1570. ok_expect.rs
  1571. ok_expect.stderr
  1572. only_used_in_recursion.rs
  1573. only_used_in_recursion.stderr
  1574. only_used_in_recursion2.rs
  1575. only_used_in_recursion2.stderr
  1576. op_ref.fixed
  1577. op_ref.rs
  1578. op_ref.stderr
  1579. open_options.rs
  1580. open_options.stderr
  1581. open_options_fixable.fixed
  1582. open_options_fixable.rs
  1583. open_options_fixable.stderr
  1584. option_as_ref_cloned.fixed
  1585. option_as_ref_cloned.rs
  1586. option_as_ref_cloned.stderr
  1587. option_as_ref_deref.fixed
  1588. option_as_ref_deref.rs
  1589. option_as_ref_deref.stderr
  1590. option_env_unwrap.rs
  1591. option_env_unwrap.stderr
  1592. option_filter_map.fixed
  1593. option_filter_map.rs
  1594. option_filter_map.stderr
  1595. option_if_let_else.fixed
  1596. option_if_let_else.rs
  1597. option_if_let_else.stderr
  1598. option_map_or_none.fixed
  1599. option_map_or_none.rs
  1600. option_map_or_none.stderr
  1601. option_map_unit_fn_fixable.fixed
  1602. option_map_unit_fn_fixable.rs
  1603. option_map_unit_fn_fixable.stderr
  1604. option_map_unit_fn_unfixable.rs
  1605. option_map_unit_fn_unfixable.stderr
  1606. option_option.rs
  1607. option_option.stderr
  1608. or_fun_call.fixed
  1609. or_fun_call.rs
  1610. or_fun_call.stderr
  1611. or_then_unwrap.fixed
  1612. or_then_unwrap.rs
  1613. or_then_unwrap.stderr
  1614. overly_complex_bool_expr.fixed
  1615. overly_complex_bool_expr.rs
  1616. overly_complex_bool_expr.stderr
  1617. owned_cow.fixed
  1618. owned_cow.rs
  1619. owned_cow.stderr
  1620. panic_in_result_fn.rs
  1621. panic_in_result_fn.stderr
  1622. panic_in_result_fn_assertions.rs
  1623. panic_in_result_fn_assertions.stderr
  1624. panic_in_result_fn_debug_assertions.rs
  1625. panicking_macros.rs
  1626. panicking_macros.stderr
  1627. panicking_overflow_checks.rs
  1628. panicking_overflow_checks.stderr
  1629. partial_pub_fields.rs
  1630. partial_pub_fields.stderr
  1631. partialeq_ne_impl.rs
  1632. partialeq_ne_impl.stderr
  1633. partialeq_to_none.fixed
  1634. partialeq_to_none.rs
  1635. partialeq_to_none.stderr
  1636. path_buf_push_overwrite.fixed
  1637. path_buf_push_overwrite.rs
  1638. path_buf_push_overwrite.stderr
  1639. path_ends_with_ext.fixed
  1640. path_ends_with_ext.rs
  1641. path_ends_with_ext.stderr
  1642. pathbuf_init_then_push.fixed
  1643. pathbuf_init_then_push.rs
  1644. pathbuf_init_then_push.stderr
  1645. patterns.fixed
  1646. patterns.rs
  1647. patterns.stderr
  1648. permissions_set_readonly_false.rs
  1649. permissions_set_readonly_false.stderr
  1650. pointer_format.rs
  1651. pointer_format.stderr
  1652. pointers_in_nomem_asm_block.rs
  1653. pointers_in_nomem_asm_block.stderr
  1654. precedence.fixed
  1655. precedence.rs
  1656. precedence.stderr
  1657. precedence_bits.fixed
  1658. precedence_bits.rs
  1659. precedence_bits.stderr
  1660. print_in_format_impl.rs
  1661. print_in_format_impl.stderr
  1662. print_literal.fixed
  1663. print_literal.rs
  1664. print_literal.stderr
  1665. print_stderr.rs
  1666. print_stderr.stderr
  1667. print_stdout.rs
  1668. print_stdout.stderr
  1669. print_stdout_build_script.rs
  1670. print_with_newline.fixed
  1671. print_with_newline.rs
  1672. print_with_newline.stderr
  1673. println_empty_string.fixed
  1674. println_empty_string.rs
  1675. println_empty_string.stderr
  1676. println_empty_string_unfixable.rs
  1677. println_empty_string_unfixable.stderr
  1678. proc_macro.rs
  1679. proc_macro.stderr
  1680. ptr_arg.rs
  1681. ptr_arg.stderr
  1682. ptr_as_ptr.fixed
  1683. ptr_as_ptr.rs
  1684. ptr_as_ptr.stderr
  1685. ptr_cast_constness.fixed
  1686. ptr_cast_constness.rs
  1687. ptr_cast_constness.stderr
  1688. ptr_eq.fixed
  1689. ptr_eq.rs
  1690. ptr_eq.stderr
  1691. ptr_eq_no_std.fixed
  1692. ptr_eq_no_std.rs
  1693. ptr_eq_no_std.stderr
  1694. ptr_offset_by_literal.fixed
  1695. ptr_offset_by_literal.rs
  1696. ptr_offset_by_literal.stderr
  1697. ptr_offset_with_cast.fixed
  1698. ptr_offset_with_cast.rs
  1699. ptr_offset_with_cast.stderr
  1700. pub_use.rs
  1701. pub_use.stderr
  1702. pub_with_shorthand.fixed
  1703. pub_with_shorthand.rs
  1704. pub_with_shorthand.stderr
  1705. pub_without_shorthand.fixed
  1706. pub_without_shorthand.rs
  1707. pub_without_shorthand.stderr
  1708. question_mark.fixed
  1709. question_mark.rs
  1710. question_mark.stderr
  1711. question_mark_used.rs
  1712. question_mark_used.stderr
  1713. range.fixed
  1714. range.rs
  1715. range.stderr
  1716. range_contains.fixed
  1717. range_contains.rs
  1718. range_contains.stderr
  1719. range_plus_minus_one.fixed
  1720. range_plus_minus_one.rs
  1721. range_plus_minus_one.stderr
  1722. range_unfixable.rs
  1723. range_unfixable.stderr
  1724. rc_buffer.fixed
  1725. rc_buffer.rs
  1726. rc_buffer.stderr
  1727. rc_buffer_arc.fixed
  1728. rc_buffer_arc.rs
  1729. rc_buffer_arc.stderr
  1730. rc_buffer_redefined_string.rs
  1731. rc_mutex.rs
  1732. rc_mutex.stderr
  1733. read_line_without_trim.fixed
  1734. read_line_without_trim.rs
  1735. read_line_without_trim.stderr
  1736. read_zero_byte_vec.rs
  1737. read_zero_byte_vec.stderr
  1738. readonly_write_lock.fixed
  1739. readonly_write_lock.rs
  1740. readonly_write_lock.stderr
  1741. recursive_format_impl.rs
  1742. recursive_format_impl.stderr
  1743. redundant_allocation.rs
  1744. redundant_allocation.stderr
  1745. redundant_allocation_fixable.fixed
  1746. redundant_allocation_fixable.rs
  1747. redundant_allocation_fixable.stderr
  1748. redundant_as_str.fixed
  1749. redundant_as_str.rs
  1750. redundant_as_str.stderr
  1751. redundant_async_block.fixed
  1752. redundant_async_block.rs
  1753. redundant_async_block.stderr
  1754. redundant_at_rest_pattern.fixed
  1755. redundant_at_rest_pattern.rs
  1756. redundant_at_rest_pattern.stderr
  1757. redundant_clone.fixed
  1758. redundant_clone.rs
  1759. redundant_clone.stderr
  1760. redundant_closure_call_early.rs
  1761. redundant_closure_call_early.stderr
  1762. redundant_closure_call_fixable.fixed
  1763. redundant_closure_call_fixable.rs
  1764. redundant_closure_call_fixable.stderr
  1765. redundant_closure_call_late.rs
  1766. redundant_closure_call_late.stderr
  1767. redundant_else.fixed
  1768. redundant_else.rs
  1769. redundant_else.stderr
  1770. redundant_field_names.fixed
  1771. redundant_field_names.rs
  1772. redundant_field_names.stderr
  1773. redundant_guards.fixed
  1774. redundant_guards.rs
  1775. redundant_guards.stderr
  1776. redundant_locals.rs
  1777. redundant_locals.stderr
  1778. redundant_pattern_matching_drop_order.fixed
  1779. redundant_pattern_matching_drop_order.rs
  1780. redundant_pattern_matching_drop_order.stderr
  1781. redundant_pattern_matching_if_let_true.fixed
  1782. redundant_pattern_matching_if_let_true.rs
  1783. redundant_pattern_matching_if_let_true.stderr
  1784. redundant_pattern_matching_ipaddr.fixed
  1785. redundant_pattern_matching_ipaddr.rs
  1786. redundant_pattern_matching_ipaddr.stderr
  1787. redundant_pattern_matching_option.fixed
  1788. redundant_pattern_matching_option.rs
  1789. redundant_pattern_matching_option.stderr
  1790. redundant_pattern_matching_poll.fixed
  1791. redundant_pattern_matching_poll.rs
  1792. redundant_pattern_matching_poll.stderr
  1793. redundant_pattern_matching_result.fixed
  1794. redundant_pattern_matching_result.rs
  1795. redundant_pattern_matching_result.stderr
  1796. redundant_pub_crate.fixed
  1797. redundant_pub_crate.rs
  1798. redundant_pub_crate.stderr
  1799. redundant_slicing.fixed
  1800. redundant_slicing.rs
  1801. redundant_slicing.stderr
  1802. redundant_static_lifetimes.fixed
  1803. redundant_static_lifetimes.rs
  1804. redundant_static_lifetimes.stderr
  1805. redundant_static_lifetimes_multiple.rs
  1806. redundant_static_lifetimes_multiple.stderr
  1807. redundant_test_prefix.fixed
  1808. redundant_test_prefix.rs
  1809. redundant_test_prefix.stderr
  1810. redundant_test_prefix_unfixable.rs
  1811. redundant_test_prefix_unfixable.stderr
  1812. redundant_type_annotations.rs
  1813. redundant_type_annotations.stderr
  1814. ref_as_ptr.fixed
  1815. ref_as_ptr.rs
  1816. ref_as_ptr.stderr
  1817. ref_binding_to_reference.fixed
  1818. ref_binding_to_reference.rs
  1819. ref_binding_to_reference.stderr
  1820. ref_option_ref.rs
  1821. ref_option_ref.stderr
  1822. ref_patterns.rs
  1823. ref_patterns.stderr
  1824. regex.rs
  1825. regex.stderr
  1826. rename.fixed
  1827. rename.rs
  1828. rename.stderr
  1829. renamed_builtin_attr.fixed
  1830. renamed_builtin_attr.rs
  1831. renamed_builtin_attr.stderr
  1832. repeat_once.fixed
  1833. repeat_once.rs
  1834. repeat_once.stderr
  1835. repeat_vec_with_capacity.fixed
  1836. repeat_vec_with_capacity.rs
  1837. repeat_vec_with_capacity.stderr
  1838. repeat_vec_with_capacity_nostd.fixed
  1839. repeat_vec_with_capacity_nostd.rs
  1840. repeat_vec_with_capacity_nostd.stderr
  1841. replace_box.fixed
  1842. replace_box.rs
  1843. replace_box.stderr
  1844. repr_packed_without_abi.rs
  1845. repr_packed_without_abi.stderr
  1846. reserve_after_initialization.fixed
  1847. reserve_after_initialization.rs
  1848. reserve_after_initialization.stderr
  1849. rest_pat_in_fully_bound_structs.fixed
  1850. rest_pat_in_fully_bound_structs.rs
  1851. rest_pat_in_fully_bound_structs.stderr
  1852. rest_pattern_accessible_field.fixed
  1853. rest_pattern_accessible_field.rs
  1854. rest_pattern_accessible_field.stderr
  1855. result_filter_map.fixed
  1856. result_filter_map.rs
  1857. result_filter_map.stderr
  1858. result_large_err.rs
  1859. result_large_err.stderr
  1860. result_map_or_into_option.fixed
  1861. result_map_or_into_option.rs
  1862. result_map_or_into_option.stderr
  1863. result_map_unit_fn_fixable.fixed
  1864. result_map_unit_fn_fixable.rs
  1865. result_map_unit_fn_fixable.stderr
  1866. result_map_unit_fn_unfixable.rs
  1867. result_map_unit_fn_unfixable.stderr
  1868. result_unit_error.rs
  1869. result_unit_error.stderr
  1870. result_unit_error_no_std.rs
  1871. result_unit_error_no_std.stderr
  1872. return_and_then.fixed
  1873. return_and_then.rs
  1874. return_and_then.stderr
  1875. return_self_not_must_use.rs
  1876. return_self_not_must_use.stderr
  1877. reversed_empty_ranges_fixable.fixed
  1878. reversed_empty_ranges_fixable.rs
  1879. reversed_empty_ranges_fixable.stderr
  1880. reversed_empty_ranges_loops_fixable.fixed
  1881. reversed_empty_ranges_loops_fixable.rs
  1882. reversed_empty_ranges_loops_fixable.stderr
  1883. reversed_empty_ranges_loops_unfixable.rs
  1884. reversed_empty_ranges_loops_unfixable.stderr
  1885. reversed_empty_ranges_unfixable.rs
  1886. reversed_empty_ranges_unfixable.stderr
  1887. same_functions_in_if_condition.rs
  1888. same_functions_in_if_condition.stderr
  1889. same_item_push.rs
  1890. same_item_push.stderr
  1891. same_length_and_capacity.rs
  1892. same_length_and_capacity.stderr
  1893. same_name_method.rs
  1894. same_name_method.stderr
  1895. search_is_some.rs
  1896. search_is_some.stderr
  1897. search_is_some_fixable_none.fixed
  1898. search_is_some_fixable_none.rs
  1899. search_is_some_fixable_none.stderr
  1900. search_is_some_fixable_none_2021.fixed
  1901. search_is_some_fixable_none_2021.rs
  1902. search_is_some_fixable_none_2021.stderr
  1903. search_is_some_fixable_some.fixed
  1904. search_is_some_fixable_some.rs
  1905. search_is_some_fixable_some.stderr
  1906. search_is_some_fixable_some_2021.fixed
  1907. search_is_some_fixable_some_2021.rs
  1908. search_is_some_fixable_some_2021.stderr
  1909. seek_from_current.fixed
  1910. seek_from_current.rs
  1911. seek_from_current.stderr
  1912. seek_to_start_instead_of_rewind.fixed
  1913. seek_to_start_instead_of_rewind.rs
  1914. seek_to_start_instead_of_rewind.stderr
  1915. self_assignment.rs
  1916. self_assignment.stderr
  1917. self_named_constructors.rs
  1918. self_named_constructors.stderr
  1919. semicolon_if_nothing_returned.fixed
  1920. semicolon_if_nothing_returned.rs
  1921. semicolon_if_nothing_returned.stderr
  1922. semicolon_inside_block.fixed
  1923. semicolon_inside_block.rs
  1924. semicolon_inside_block.stderr
  1925. semicolon_inside_block_stmt_expr_attrs.fixed
  1926. semicolon_inside_block_stmt_expr_attrs.rs
  1927. semicolon_inside_block_stmt_expr_attrs.stderr
  1928. semicolon_outside_block.fixed
  1929. semicolon_outside_block.rs
  1930. semicolon_outside_block.stderr
  1931. serde.rs
  1932. serde.stderr
  1933. set_contains_or_insert.rs
  1934. set_contains_or_insert.stderr
  1935. shadow.rs
  1936. shadow.stderr
  1937. short_circuit_statement.fixed
  1938. short_circuit_statement.rs
  1939. short_circuit_statement.stderr
  1940. should_panic_without_expect.rs
  1941. should_panic_without_expect.stderr
  1942. significant_drop_in_scrutinee.rs
  1943. significant_drop_in_scrutinee.stderr
  1944. significant_drop_tightening.fixed
  1945. significant_drop_tightening.rs
  1946. significant_drop_tightening.stderr
  1947. similar_names.rs
  1948. similar_names.stderr
  1949. single_call_fn.rs
  1950. single_call_fn.stderr
  1951. single_char_add_str.fixed
  1952. single_char_add_str.rs
  1953. single_char_add_str.stderr
  1954. single_char_lifetime_names.rs
  1955. single_char_lifetime_names.stderr
  1956. single_char_pattern.fixed
  1957. single_char_pattern.rs
  1958. single_char_pattern.stderr
  1959. single_component_path_imports.fixed
  1960. single_component_path_imports.rs
  1961. single_component_path_imports.stderr
  1962. single_component_path_imports_macro.rs
  1963. single_component_path_imports_nested_first.rs
  1964. single_component_path_imports_nested_first.stderr
  1965. single_component_path_imports_self_after.rs
  1966. single_component_path_imports_self_before.rs
  1967. single_element_loop.fixed
  1968. single_element_loop.rs
  1969. single_element_loop.stderr
  1970. single_element_loop_nofix.rs
  1971. single_element_loop_nofix.stderr
  1972. single_match.fixed
  1973. single_match.rs
  1974. single_match.stderr
  1975. single_match_else.fixed
  1976. single_match_else.rs
  1977. single_match_else.stderr
  1978. single_match_else_deref_patterns.fixed
  1979. single_match_else_deref_patterns.rs
  1980. single_match_else_deref_patterns.stderr
  1981. single_option_map.rs
  1982. single_option_map.stderr
  1983. single_range_in_vec_init.new_range.1.fixed
  1984. single_range_in_vec_init.new_range.2.fixed
  1985. single_range_in_vec_init.new_range.stderr
  1986. single_range_in_vec_init.old_range.1.fixed
  1987. single_range_in_vec_init.old_range.2.fixed
  1988. single_range_in_vec_init.old_range.stderr
  1989. single_range_in_vec_init.rs
  1990. single_range_in_vec_init_unfixable.rs
  1991. single_range_in_vec_init_unfixable.stderr
  1992. size_of_ref.rs
  1993. size_of_ref.stderr
  1994. skip_while_next.rs
  1995. skip_while_next.stderr
  1996. sliced_string_as_bytes.fixed
  1997. sliced_string_as_bytes.rs
  1998. sliced_string_as_bytes.stderr
  1999. slow_vector_initialization.fixed
  2000. slow_vector_initialization.rs
  2001. slow_vector_initialization.stderr
  2002. some_filter.fixed
  2003. some_filter.rs
  2004. some_filter.stderr
  2005. stable_sort_primitive.fixed
  2006. stable_sort_primitive.rs
  2007. stable_sort_primitive.stderr
  2008. starts_ends_with.fixed
  2009. starts_ends_with.rs
  2010. starts_ends_with.stderr
  2011. std_instead_of_core.fixed
  2012. std_instead_of_core.rs
  2013. std_instead_of_core.stderr
  2014. std_instead_of_core_unfixable.rs
  2015. std_instead_of_core_unfixable.stderr
  2016. str_split.fixed
  2017. str_split.rs
  2018. str_split.stderr
  2019. str_to_string.fixed
  2020. str_to_string.rs
  2021. str_to_string.stderr
  2022. string_add.rs
  2023. string_add.stderr
  2024. string_add_assign.fixed
  2025. string_add_assign.rs
  2026. string_add_assign.stderr
  2027. string_extend.fixed
  2028. string_extend.rs
  2029. string_extend.stderr
  2030. string_from_utf8_as_bytes.fixed
  2031. string_from_utf8_as_bytes.rs
  2032. string_from_utf8_as_bytes.stderr
  2033. string_lit_as_bytes.fixed
  2034. string_lit_as_bytes.rs
  2035. string_lit_as_bytes.stderr
  2036. string_lit_chars_any.fixed
  2037. string_lit_chars_any.rs
  2038. string_lit_chars_any.stderr
  2039. string_slice.rs
  2040. string_slice.stderr
  2041. strlen_on_c_strings.fixed
  2042. strlen_on_c_strings.rs
  2043. strlen_on_c_strings.stderr
  2044. struct_excessive_bools.rs
  2045. struct_excessive_bools.stderr
  2046. struct_fields.rs
  2047. struct_fields.stderr
  2048. suspicious_arithmetic_impl.rs
  2049. suspicious_arithmetic_impl.stderr
  2050. suspicious_command_arg_space.fixed
  2051. suspicious_command_arg_space.rs
  2052. suspicious_command_arg_space.stderr
  2053. suspicious_doc_comments.fixed
  2054. suspicious_doc_comments.rs
  2055. suspicious_doc_comments.stderr
  2056. suspicious_doc_comments_unfixable.rs
  2057. suspicious_doc_comments_unfixable.stderr
  2058. suspicious_else_formatting.rs
  2059. suspicious_else_formatting.stderr
  2060. suspicious_map.rs
  2061. suspicious_map.stderr
  2062. suspicious_operation_groupings.fixed
  2063. suspicious_operation_groupings.rs
  2064. suspicious_operation_groupings.stderr
  2065. suspicious_splitn.rs
  2066. suspicious_splitn.stderr
  2067. suspicious_to_owned.1.fixed
  2068. suspicious_to_owned.2.fixed
  2069. suspicious_to_owned.rs
  2070. suspicious_to_owned.stderr
  2071. suspicious_unary_op_formatting.rs
  2072. suspicious_unary_op_formatting.stderr
  2073. suspicious_xor_used_as_pow.rs
  2074. suspicious_xor_used_as_pow.stderr
  2075. swap.fixed
  2076. swap.rs
  2077. swap.stderr
  2078. swap_ptr_to_ref.fixed
  2079. swap_ptr_to_ref.rs
  2080. swap_ptr_to_ref.stderr
  2081. swap_ptr_to_ref_unfixable.rs
  2082. swap_ptr_to_ref_unfixable.stderr
  2083. swap_with_temporary.fixed
  2084. swap_with_temporary.rs
  2085. swap_with_temporary.stderr
  2086. swap_with_temporary_unfixable.rs
  2087. swap_with_temporary_unfixable.stderr
  2088. tabs_in_doc_comments.fixed
  2089. tabs_in_doc_comments.rs
  2090. tabs_in_doc_comments.stderr
  2091. temporary_assignment.rs
  2092. temporary_assignment.stderr
  2093. test_attr_in_doctest.rs
  2094. test_attr_in_doctest.stderr
  2095. tests_outside_test_module.rs
  2096. tests_outside_test_module.stderr
  2097. to_digit_is_some.fixed
  2098. to_digit_is_some.rs
  2099. to_digit_is_some.stderr
  2100. to_string_trait_impl.rs
  2101. to_string_trait_impl.stderr
  2102. too_long_first_doc_paragraph-fix.fixed
  2103. too_long_first_doc_paragraph-fix.rs
  2104. too_long_first_doc_paragraph-fix.stderr
  2105. too_long_first_doc_paragraph.rs
  2106. too_long_first_doc_paragraph.stderr
  2107. toplevel_ref_arg.fixed
  2108. toplevel_ref_arg.rs
  2109. toplevel_ref_arg.stderr
  2110. toplevel_ref_arg_non_rustfix.rs
  2111. toplevel_ref_arg_non_rustfix.stderr
  2112. track-diagnostics-clippy.fixed
  2113. track-diagnostics-clippy.rs
  2114. track-diagnostics-clippy.stderr
  2115. track-diagnostics.rs
  2116. track-diagnostics.stderr
  2117. trailing_empty_array.rs
  2118. trailing_empty_array.stderr
  2119. trailing_zeros.fixed
  2120. trailing_zeros.rs
  2121. trailing_zeros.stderr
  2122. trait_duplication_in_bounds.fixed
  2123. trait_duplication_in_bounds.rs
  2124. trait_duplication_in_bounds.stderr
  2125. trait_duplication_in_bounds_assoc_const_eq.fixed
  2126. trait_duplication_in_bounds_assoc_const_eq.rs
  2127. trait_duplication_in_bounds_assoc_const_eq.stderr
  2128. trait_duplication_in_bounds_unfixable.rs
  2129. trait_duplication_in_bounds_unfixable.stderr
  2130. transmute.rs
  2131. transmute.stderr
  2132. transmute_32bit.rs
  2133. transmute_32bit.stderr
  2134. transmute_64bit.rs
  2135. transmute_64bit.stderr
  2136. transmute_collection.rs
  2137. transmute_collection.stderr
  2138. transmute_int_to_non_zero.fixed
  2139. transmute_int_to_non_zero.rs
  2140. transmute_int_to_non_zero.stderr
  2141. transmute_null_to_fn.rs
  2142. transmute_null_to_fn.stderr
  2143. transmute_ptr_to_ptr.fixed
  2144. transmute_ptr_to_ptr.rs
  2145. transmute_ptr_to_ptr.stderr
  2146. transmute_ptr_to_ref.fixed
  2147. transmute_ptr_to_ref.rs
  2148. transmute_ptr_to_ref.stderr
  2149. transmute_ref_to_ref.fixed
  2150. transmute_ref_to_ref.rs
  2151. transmute_ref_to_ref.stderr
  2152. transmute_ref_to_ref_no_std.fixed
  2153. transmute_ref_to_ref_no_std.rs
  2154. transmute_ref_to_ref_no_std.stderr
  2155. transmute_undefined_repr.rs
  2156. transmute_undefined_repr.stderr
  2157. transmutes_expressible_as_ptr_casts.fixed
  2158. transmutes_expressible_as_ptr_casts.rs
  2159. transmutes_expressible_as_ptr_casts.stderr
  2160. transmuting_null.rs
  2161. transmuting_null.stderr
  2162. trim_split_whitespace.fixed
  2163. trim_split_whitespace.rs
  2164. trim_split_whitespace.stderr
  2165. trivially_copy_pass_by_ref.fixed
  2166. trivially_copy_pass_by_ref.rs
  2167. trivially_copy_pass_by_ref.stderr
  2168. try_err.fixed
  2169. try_err.rs
  2170. try_err.stderr
  2171. tuple_array_conversions.rs
  2172. tuple_array_conversions.stderr
  2173. ty_fn_sig.rs
  2174. type_complexity.rs
  2175. type_complexity.stderr
  2176. type_id_on_box.fixed
  2177. type_id_on_box.rs
  2178. type_id_on_box.stderr
  2179. type_id_on_box_unfixable.rs
  2180. type_id_on_box_unfixable.stderr
  2181. type_repetition_in_bounds.rs
  2182. type_repetition_in_bounds.stderr
  2183. unbuffered_bytes.rs
  2184. unbuffered_bytes.stderr
  2185. unchecked_time_subtraction.fixed
  2186. unchecked_time_subtraction.rs
  2187. unchecked_time_subtraction.stderr
  2188. unchecked_time_subtraction_unfixable.rs
  2189. unchecked_time_subtraction_unfixable.stderr
  2190. unconditional_recursion.rs
  2191. unconditional_recursion.stderr
  2192. unicode.fixed
  2193. unicode.rs
  2194. unicode.stderr
  2195. uninhabited_references.rs
  2196. uninhabited_references.stderr
  2197. uninit_assumed_init.rs
  2198. uninit_assumed_init.stderr
  2199. uninit_vec.rs
  2200. uninit_vec.stderr
  2201. uninlined_format_args.fixed
  2202. uninlined_format_args.rs
  2203. uninlined_format_args.stderr
  2204. uninlined_format_args_panic.edition2018.fixed
  2205. uninlined_format_args_panic.edition2018.stderr
  2206. uninlined_format_args_panic.edition2021.fixed
  2207. uninlined_format_args_panic.edition2021.stderr
  2208. uninlined_format_args_panic.edition2024.fixed
  2209. uninlined_format_args_panic.edition2024.stderr
  2210. uninlined_format_args_panic.rs
  2211. unit_arg.rs
  2212. unit_arg.stderr
  2213. unit_arg_fixable.fixed
  2214. unit_arg_fixable.rs
  2215. unit_arg_fixable.stderr
  2216. unit_cmp.rs
  2217. unit_cmp.stderr
  2218. unit_hash.fixed
  2219. unit_hash.rs
  2220. unit_hash.stderr
  2221. unit_return_expecting_ord.rs
  2222. unit_return_expecting_ord.stderr
  2223. unknown_attribute.rs
  2224. unknown_attribute.stderr
  2225. unknown_clippy_lints.fixed
  2226. unknown_clippy_lints.rs
  2227. unknown_clippy_lints.stderr
  2228. unnecessary_box_returns.rs
  2229. unnecessary_box_returns.stderr
  2230. unnecessary_cast.fixed
  2231. unnecessary_cast.rs
  2232. unnecessary_cast.stderr
  2233. unnecessary_cast_unfixable.rs
  2234. unnecessary_cast_unfixable.stderr
  2235. unnecessary_clippy_cfg.rs
  2236. unnecessary_clippy_cfg.stderr
  2237. unnecessary_fallible_conversions.fixed
  2238. unnecessary_fallible_conversions.rs
  2239. unnecessary_fallible_conversions.stderr
  2240. unnecessary_fallible_conversions_unfixable.rs
  2241. unnecessary_fallible_conversions_unfixable.stderr
  2242. unnecessary_filter_map.rs
  2243. unnecessary_filter_map.stderr
  2244. unnecessary_find_map.rs
  2245. unnecessary_find_map.stderr
  2246. unnecessary_first_then_check.fixed
  2247. unnecessary_first_then_check.rs
  2248. unnecessary_first_then_check.stderr
  2249. unnecessary_fold.fixed
  2250. unnecessary_fold.rs
  2251. unnecessary_fold.stderr
  2252. unnecessary_get_then_check.fixed
  2253. unnecessary_get_then_check.rs
  2254. unnecessary_get_then_check.stderr
  2255. unnecessary_iter_cloned.fixed
  2256. unnecessary_iter_cloned.rs
  2257. unnecessary_iter_cloned.stderr
  2258. unnecessary_join.fixed
  2259. unnecessary_join.rs
  2260. unnecessary_join.stderr
  2261. unnecessary_lazy_eval.fixed
  2262. unnecessary_lazy_eval.rs
  2263. unnecessary_lazy_eval.stderr
  2264. unnecessary_lazy_eval_unfixable.rs
  2265. unnecessary_lazy_eval_unfixable.stderr
  2266. unnecessary_literal_bound.fixed
  2267. unnecessary_literal_bound.rs
  2268. unnecessary_literal_bound.stderr
  2269. unnecessary_literal_unwrap.fixed
  2270. unnecessary_literal_unwrap.rs
  2271. unnecessary_literal_unwrap.stderr
  2272. unnecessary_literal_unwrap_unfixable.rs
  2273. unnecessary_literal_unwrap_unfixable.stderr
  2274. unnecessary_map_on_constructor.fixed
  2275. unnecessary_map_on_constructor.rs
  2276. unnecessary_map_on_constructor.stderr
  2277. unnecessary_map_or.fixed
  2278. unnecessary_map_or.rs
  2279. unnecessary_map_or.stderr
  2280. unnecessary_min_or_max.fixed
  2281. unnecessary_min_or_max.rs
  2282. unnecessary_min_or_max.stderr
  2283. unnecessary_mut_passed.fixed
  2284. unnecessary_mut_passed.rs
  2285. unnecessary_mut_passed.stderr
  2286. unnecessary_operation.fixed
  2287. unnecessary_operation.rs
  2288. unnecessary_operation.stderr
  2289. unnecessary_option_map_or_else.fixed
  2290. unnecessary_option_map_or_else.rs
  2291. unnecessary_option_map_or_else.stderr
  2292. unnecessary_os_str_debug_formatting.rs
  2293. unnecessary_os_str_debug_formatting.stderr
  2294. unnecessary_owned_empty_strings.fixed
  2295. unnecessary_owned_empty_strings.rs
  2296. unnecessary_owned_empty_strings.stderr
  2297. unnecessary_path_debug_formatting.rs
  2298. unnecessary_path_debug_formatting.stderr
  2299. unnecessary_rest_pattern.fixed
  2300. unnecessary_rest_pattern.rs
  2301. unnecessary_rest_pattern.stderr
  2302. unnecessary_result_map_or_else.fixed
  2303. unnecessary_result_map_or_else.rs
  2304. unnecessary_result_map_or_else.stderr
  2305. unnecessary_safety_comment.rs
  2306. unnecessary_safety_comment.stderr
  2307. unnecessary_self_imports.fixed
  2308. unnecessary_self_imports.rs
  2309. unnecessary_self_imports.stderr
  2310. unnecessary_semicolon.edition2021.fixed
  2311. unnecessary_semicolon.edition2021.stderr
  2312. unnecessary_semicolon.edition2024.fixed
  2313. unnecessary_semicolon.edition2024.stderr
  2314. unnecessary_semicolon.fixed
  2315. unnecessary_semicolon.rs
  2316. unnecessary_semicolon.stderr
  2317. unnecessary_semicolon_feature_stmt_expr_attributes.fixed
  2318. unnecessary_semicolon_feature_stmt_expr_attributes.rs
  2319. unnecessary_semicolon_feature_stmt_expr_attributes.stderr
  2320. unnecessary_sort_by.fixed
  2321. unnecessary_sort_by.rs
  2322. unnecessary_sort_by.stderr
  2323. unnecessary_sort_by_no_core.rs
  2324. unnecessary_sort_by_no_std.fixed
  2325. unnecessary_sort_by_no_std.rs
  2326. unnecessary_sort_by_no_std.stderr
  2327. unnecessary_struct_initialization.fixed
  2328. unnecessary_struct_initialization.rs
  2329. unnecessary_struct_initialization.stderr
  2330. unnecessary_to_owned.fixed
  2331. unnecessary_to_owned.rs
  2332. unnecessary_to_owned.stderr
  2333. unnecessary_to_owned_on_split.fixed
  2334. unnecessary_to_owned_on_split.rs
  2335. unnecessary_to_owned_on_split.stderr
  2336. unnecessary_trailing_comma.fixed
  2337. unnecessary_trailing_comma.rs
  2338. unnecessary_trailing_comma.stderr
  2339. unnecessary_unsafety_doc.rs
  2340. unnecessary_unsafety_doc.stderr
  2341. unnecessary_unwrap_unchecked.fixed
  2342. unnecessary_unwrap_unchecked.rs
  2343. unnecessary_unwrap_unchecked.stderr
  2344. unnecessary_wraps.rs
  2345. unnecessary_wraps.stderr
  2346. unneeded_field_pattern.rs
  2347. unneeded_field_pattern.stderr
  2348. unneeded_struct_pattern.fixed
  2349. unneeded_struct_pattern.rs
  2350. unneeded_struct_pattern.stderr
  2351. unneeded_wildcard_pattern.fixed
  2352. unneeded_wildcard_pattern.rs
  2353. unneeded_wildcard_pattern.stderr
  2354. unnested_or_patterns.fixed
  2355. unnested_or_patterns.rs
  2356. unnested_or_patterns.stderr
  2357. unnested_or_patterns2.fixed
  2358. unnested_or_patterns2.rs
  2359. unnested_or_patterns2.stderr
  2360. unreadable_literal.fixed
  2361. unreadable_literal.rs
  2362. unreadable_literal.stderr
  2363. unsafe_derive_deserialize.rs
  2364. unsafe_derive_deserialize.stderr
  2365. unsafe_removed_from_name.rs
  2366. unsafe_removed_from_name.stderr
  2367. unseparated_prefix_literals.fixed
  2368. unseparated_prefix_literals.rs
  2369. unseparated_prefix_literals.stderr
  2370. unused_async.rs
  2371. unused_async.stderr
  2372. unused_async_trait_impl.fixed
  2373. unused_async_trait_impl.rs
  2374. unused_async_trait_impl.stderr
  2375. unused_async_trait_impl_no_std.fixed
  2376. unused_async_trait_impl_no_std.rs
  2377. unused_async_trait_impl_no_std.stderr
  2378. unused_enumerate_index.fixed
  2379. unused_enumerate_index.rs
  2380. unused_enumerate_index.stderr
  2381. unused_format_specs.1.fixed
  2382. unused_format_specs.2.fixed
  2383. unused_format_specs.rs
  2384. unused_format_specs.stderr
  2385. unused_format_specs_width.rs
  2386. unused_format_specs_width.stderr
  2387. unused_io_amount.rs
  2388. unused_io_amount.stderr
  2389. unused_peekable.rs
  2390. unused_peekable.stderr
  2391. unused_result_ok.fixed
  2392. unused_result_ok.rs
  2393. unused_result_ok.stderr
  2394. unused_rounding.fixed
  2395. unused_rounding.rs
  2396. unused_rounding.stderr
  2397. unused_self.rs
  2398. unused_self.stderr
  2399. unused_trait_names.fixed
  2400. unused_trait_names.rs
  2401. unused_trait_names.stderr
  2402. unused_unit.edition2021.fixed
  2403. unused_unit.edition2021.stderr
  2404. unused_unit.edition2024.fixed
  2405. unused_unit.edition2024.stderr
  2406. unused_unit.fixed
  2407. unused_unit.rs
  2408. unused_unit.stderr
  2409. unwrap_expect_used.rs
  2410. unwrap_expect_used.stderr
  2411. unwrap_in_result.rs
  2412. unwrap_in_result.stderr
  2413. unwrap_or.fixed
  2414. unwrap_or.rs
  2415. unwrap_or.stderr
  2416. unwrap_or_else_default.fixed
  2417. unwrap_or_else_default.rs
  2418. unwrap_or_else_default.stderr
  2419. update-all-references.sh
  2420. upper_case_acronyms.fixed
  2421. upper_case_acronyms.rs
  2422. upper_case_acronyms.stderr
  2423. use_debug.rs
  2424. use_debug.stderr
  2425. use_self.fixed
  2426. use_self.rs
  2427. use_self.stderr
  2428. use_self_structs.fixed
  2429. use_self_structs.rs
  2430. use_self_structs.stderr
  2431. use_self_trait.fixed
  2432. use_self_trait.rs
  2433. use_self_trait.stderr
  2434. used_underscore_binding.rs
  2435. used_underscore_binding.stderr
  2436. used_underscore_items.rs
  2437. used_underscore_items.stderr
  2438. useful_asref.rs
  2439. useless_asref.fixed
  2440. useless_asref.rs
  2441. useless_asref.stderr
  2442. useless_attribute.fixed
  2443. useless_attribute.rs
  2444. useless_attribute.stderr
  2445. useless_borrows_in_formatting.fixed
  2446. useless_borrows_in_formatting.rs
  2447. useless_borrows_in_formatting.stderr
  2448. useless_concat.fixed
  2449. useless_concat.rs
  2450. useless_concat.stderr
  2451. useless_conversion.fixed
  2452. useless_conversion.rs
  2453. useless_conversion.stderr
  2454. useless_conversion_try.rs
  2455. useless_conversion_try.stderr
  2456. useless_nonzero_new_unchecked.fixed
  2457. useless_nonzero_new_unchecked.rs
  2458. useless_nonzero_new_unchecked.stderr
  2459. useless_vec.fixed
  2460. useless_vec.rs
  2461. useless_vec.stderr
  2462. useless_vec_unfixable.rs
  2463. useless_vec_unfixable.stderr
  2464. vec_box_sized.rs
  2465. vec_box_sized.stderr
  2466. vec_init_then_push.rs
  2467. vec_init_then_push.stderr
  2468. vec_resize_to_zero.fixed
  2469. vec_resize_to_zero.rs
  2470. vec_resize_to_zero.stderr
  2471. verbose_file_reads.rs
  2472. verbose_file_reads.stderr
  2473. volatile_composites.rs
  2474. volatile_composites.stderr
  2475. waker_clone_wake.fixed
  2476. waker_clone_wake.rs
  2477. waker_clone_wake.stderr
  2478. while_float.rs
  2479. while_float.stderr
  2480. while_immutable_condition.rs
  2481. while_immutable_condition.stderr
  2482. while_let_loop.rs
  2483. while_let_loop.stderr
  2484. while_let_on_iterator.fixed
  2485. while_let_on_iterator.rs
  2486. while_let_on_iterator.stderr
  2487. wild_in_or_pats.rs
  2488. wild_in_or_pats.stderr
  2489. wildcard_enum_match_arm.fixed
  2490. wildcard_enum_match_arm.rs
  2491. wildcard_enum_match_arm.stderr
  2492. wildcard_imports.fixed
  2493. wildcard_imports.rs
  2494. wildcard_imports.stderr
  2495. wildcard_imports_2021.edition2018.fixed
  2496. wildcard_imports_2021.edition2018.stderr
  2497. wildcard_imports_2021.edition2021.fixed
  2498. wildcard_imports_2021.edition2021.stderr
  2499. wildcard_imports_2021.rs
  2500. wildcard_imports_cfgtest.rs
  2501. with_capacity_zero.fixed
  2502. with_capacity_zero.rs
  2503. with_capacity_zero.stderr
  2504. write_literal.fixed
  2505. write_literal.rs
  2506. write_literal.stderr
  2507. write_literal_unfixable.rs
  2508. write_literal_unfixable.stderr
  2509. write_with_newline.fixed
  2510. write_with_newline.rs
  2511. write_with_newline.stderr
  2512. writeln_empty_string.fixed
  2513. writeln_empty_string.rs
  2514. writeln_empty_string.stderr
  2515. writeln_empty_string_unfixable.rs
  2516. writeln_empty_string_unfixable.stderr
  2517. wrong_self_convention.rs
  2518. wrong_self_convention.stderr
  2519. wrong_self_convention2.rs
  2520. wrong_self_convention2.stderr
  2521. wrong_self_conventions_mut.rs
  2522. wrong_self_conventions_mut.stderr
  2523. zero_div_zero.rs
  2524. zero_div_zero.stderr
  2525. zero_offset.rs
  2526. zero_offset.stderr
  2527. zero_ptr.fixed
  2528. zero_ptr.rs
  2529. zero_ptr.stderr
  2530. zero_ptr_no_std.fixed
  2531. zero_ptr_no_std.rs
  2532. zero_ptr_no_std.stderr
  2533. zero_repeat_side_effects.fixed
  2534. zero_repeat_side_effects.rs
  2535. zero_repeat_side_effects.stderr
  2536. zero_repeat_side_effects_never_pattern.fixed
  2537. zero_repeat_side_effects_never_pattern.rs
  2538. zero_repeat_side_effects_never_pattern.stderr
  2539. zero_repeat_side_effects_unfixable.rs
  2540. zero_repeat_side_effects_unfixable.stderr
  2541. zero_sized_btreemap_values.rs
  2542. zero_sized_btreemap_values.stderr
  2543. zero_sized_hashmap_values.rs
  2544. zero_sized_hashmap_values.stderr
  2545. zombie_processes.rs
  2546. zombie_processes.stderr
  2547. zombie_processes_fixable.fixed
  2548. zombie_processes_fixable.rs
  2549. zombie_processes_fixable.stderr
  2550. {literal_string_with_formatting_args}.rs