diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-05-20 20:23:47 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-25 22:52:38 +0200 |
| commit | 1dfc8406dcb742453b36daf0ce7486183b1da79c (patch) | |
| tree | e927e6d6c109585f62c43b17dc97139d3c529143 /src/bootstrap | |
| parent | a17780db7b8eebbf42a1cbe6bc9cc83013820ba5 (diff) | |
| download | rust-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.rs | 10 |
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", |
