This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
2,649 files changed
+34676
-15397
lines changed- src/tools/clippy
- book/src
- development
- clippy_config
- src
- clippy_dev/src
- setup
- clippy_lints
- src
- attrs
- casts
- doc
- functions
- loops
- matches
- methods
- operators
- transmute
- types
- unit_types
- utils/internal_lints
- clippy_utils
- src
- ty
- lintcheck/src
- rustc_tools_util
- src
- tests
- ui
- author
- borrow_interior_mutable_const
- branches_sharing_code
- checked_unwrap
- cmp_owned
- crashes
- third-party
- crate_level_checks
- dbg_macro
- declare_interior_mutable_const
- doc
- empty_line_after
- index_refutable_slice
- items_after_test_module
- manual_memcpy
- missing_const_for_fn
- mixed_attributes_style
- auxiliary
- needless_bool
- non_std_lazy_static
- out_of_bounds_indexing
- pattern_type_mismatch
- rc_clone_in_vec_init
- ref_option
- should_impl_trait
- size_of_in_element_count
- syntax-error-recovery
- ui-cargo/lint_groups_priority/fail
- ui-internal
- ui-toml
- absolute_paths
- allow_mixed_uninlined_format_args
- arbitrary_source_item_ordering
- arithmetic_side_effects_allowed
- array_size_threshold
- await_holding_invalid_type
- await_holding_invalid_type_with_replacement
- borrow_interior_mutable_const
- check_incompatible_msrv_in_tests
- default
- enabled
- conf_deprecated_key
- dbg_macro
- declare_interior_mutable_const
- disallowed_macros
- disallowed_names_append
- disallowed_names_replace
- doc_valid_idents_append
- doc_valid_idents_replace
- duplicated_keys_deprecated
- duplicated_keys_deprecated_2
- excessive_nesting
- expect_used
- extra_unused_type_parameters
- fn_params_excessive_bools
- functions_maxlines
- good_toml_no_false_negatives
- ifs_same_cond
- indexing_slicing
- item_name_repetitions
- allowed_prefixes
- allowed_prefixes_extend
- threshold0
- large_futures
- large_include_file
- lint_decimal_readability
- macro_metavars_in_unsafe/default
- min_ident_chars
- min_rust_version
- missing_enforced_import_rename
- module_inception
- modulo_arithmetic
- mut_key
- needless_raw_string_hashes_one_allowed
- nonstandard_macro_braces
- panic
- path_ends_with_ext
- print_macro
- pub_crate_missing_docs
- pub_underscore_fields
- renamed_function_params
- replaceable_disallowed_types
- semicolon_block
- strict_non_send_fields_in_send_ty
- struct_excessive_bools
- suppress_lint_in_const
- toml_disallow
- toml_disallowed_methods
- toml_disallowed_types
- toml_inconsistent_struct_constructor
- toml_replaceable_disallowed_methods
- toml_trivially_copy
- toml_unknown_key
- undocumented_unsafe_blocks
- unwrap_used
- upper_case_acronyms_aggressive
- useless_vec
- vec_box_sized
- zero_single_char_names
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
2,649 files changed
+34676
-15397
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
463 |
| - | |
| 463 | + | |
464 | 464 |
| |
465 | 465 |
| |
466 | 466 |
| |
| |||
469 | 469 |
| |
470 | 470 |
| |
471 | 471 |
| |
472 |
| - | |
| 472 | + | |
473 | 473 |
| |
474 | 474 |
| |
475 | 475 |
| |
476 | 476 |
| |
477 |
| - | |
478 |
| - | |
479 |
| - | |
480 |
| - | |
481 |
| - | |
482 |
| - | |
483 |
| - | |
484 |
| - | |
485 |
| - | |
486 |
| - | |
487 |
| - | |
488 |
| - | |
489 |
| - | |
| 477 | + | |
| 478 | + | |
490 | 479 |
| |
491 | 480 |
| |
492 | 481 |
| |
| |||
512 | 501 |
| |
513 | 502 |
| |
514 | 503 |
| |
515 |
| - | |
516 |
| - | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
517 | 514 |
| |
518 | 515 |
| |
519 | 516 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments