rust/tests/ui-toml/arbitrary_source_item_ordering
decryphe 5df68878bf Make alphabetic ordering in module item groups configurable (new default: off)
From feedback to this lint after its inclusion in clippy 1.82, this has
turned out to be the most requested improvement. With this improvement,
it is possible to make the lint check certain top-level structural
checks on modules (e.g. use statements and module inclusions at the top),
but still leaving everything else up to the developer.
2025-03-04 09:50:47 +01:00
..
bad_conf_1 Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
bad_conf_2 Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
bad_conf_3 Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
bad_conf_4 Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
bad_conf_5 Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
bad_conf_6 Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
default Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
default_exp Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
only_enum Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
only_impl Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
only_trait Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ord_in_2 Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ord_in_3 Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ord_within Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
var_1 Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ordering_good.bad_conf_1.stderr Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ordering_good.bad_conf_2.stderr Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ordering_good.bad_conf_3.stderr Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ordering_good.bad_conf_4.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_good.bad_conf_5.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_good.bad_conf_6.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_good.rs Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_good_var_1.rs Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_mixed.default.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_mixed.default_exp.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_mixed.ord_within.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_mixed.rs Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
ordering_mixed_var_1.rs Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_mixed_var_1.var_1.stderr Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_only_enum.only_enum.stderr Merge commit 'f712eb5cdc' into clippy-subtree-update 2024-11-07 22:37:01 +01:00
ordering_only_enum.rs Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_only_impl.only_impl.stderr Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_only_impl.rs Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_only_trait.only_trait.stderr Update ui-toml tests 2025-02-15 13:38:43 +01:00
ordering_only_trait.rs Update ui-toml tests 2025-02-15 13:38:43 +01:00
selective_ordering.default.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
selective_ordering.ord_in_2.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
selective_ordering.ord_in_3.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
selective_ordering.ord_within.stderr Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00
selective_ordering.rs Make alphabetic ordering in module item groups configurable (new default: off) 2025-03-04 09:50:47 +01:00