about summary refs log tree commit diff
path: root/src/bootstrap
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 /src/bootstrap
parenta17780db7b8eebbf42a1cbe6bc9cc83013820ba5 (diff)
downloadrust-1dfc8406dcb742453b36daf0ce7486183b1da79c.tar.gz
rust-1dfc8406dcb742453b36daf0ce7486183b1da79c.zip
make `tidy-alphabetical` use a natural sort
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/core/build_steps/dist.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bootstrap/src/core/build_steps/dist.rs b/src/bootstrap/src/core/build_steps/dist.rs
index e0f632eda0e..2f5601e017a 100644
--- a/src/bootstrap/src/core/build_steps/dist.rs
+++ b/src/bootstrap/src/core/build_steps/dist.rs
@@ -1036,18 +1036,18 @@ impl Step for PlainSourceTarball {
         let src_files = [
             // tidy-alphabetical-start
             ".gitmodules",
-            "bootstrap.example.toml",
-            "Cargo.lock",
-            "Cargo.toml",
-            "configure",
             "CONTRIBUTING.md",
             "COPYRIGHT",
+            "Cargo.lock",
+            "Cargo.toml",
             "LICENSE-APACHE",
-            "license-metadata.json",
             "LICENSE-MIT",
             "README.md",
             "RELEASES.md",
             "REUSE.toml",
+            "bootstrap.example.toml",
+            "configure",
+            "license-metadata.json",
             "x",
             "x.ps1",
             "x.py",