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