about summary refs log tree commit diff
path: root/compiler/rustc_lint_defs
diff options
context:
space:
mode:
authorFolkert de Vries <folkert@folkertdev.nl>2025-05-20 20:23:47 +0200
committerFolkert de Vries <folkert@folkertdev.nl>2025-06-25 22:52:38 +0200
commit1dfc8406dcb742453b36daf0ce7486183b1da79c (patch)
treee927e6d6c109585f62c43b17dc97139d3c529143 /compiler/rustc_lint_defs
parenta17780db7b8eebbf42a1cbe6bc9cc83013820ba5 (diff)
downloadrust-1dfc8406dcb742453b36daf0ce7486183b1da79c.tar.gz
rust-1dfc8406dcb742453b36daf0ce7486183b1da79c.zip
make `tidy-alphabetical` use a natural sort
Diffstat (limited to 'compiler/rustc_lint_defs')
-rw-r--r--compiler/rustc_lint_defs/src/builtin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs
index 5fa00fcc4a0..10ac14a2fbf 100644
--- a/compiler/rustc_lint_defs/src/builtin.rs
+++ b/compiler/rustc_lint_defs/src/builtin.rs
@@ -131,8 +131,8 @@ declare_lint_pass! {
         UNUSED_IMPORTS,
         UNUSED_LABELS,
         UNUSED_LIFETIMES,
-        UNUSED_MACRO_RULES,
         UNUSED_MACROS,
+        UNUSED_MACRO_RULES,
         UNUSED_MUT,
         UNUSED_QUALIFICATIONS,
         UNUSED_UNSAFE,