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 /library/std/src/lib.rs | |
| parent | a17780db7b8eebbf42a1cbe6bc9cc83013820ba5 (diff) | |
| download | rust-1dfc8406dcb742453b36daf0ce7486183b1da79c.tar.gz rust-1dfc8406dcb742453b36daf0ce7486183b1da79c.zip | |
make `tidy-alphabetical` use a natural sort
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 13fb08a9210..311b2cb9323 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -290,8 +290,8 @@ #![feature(doc_notable_trait)] #![feature(dropck_eyepatch)] #![feature(extended_varargs_abi_support)] -#![feature(f128)] #![feature(f16)] +#![feature(f128)] #![feature(ffi_const)] #![feature(formatting_options)] #![feature(if_let_guard)] |
