Keep fluent slugs in alphabetical order

This commit is contained in:
francorbacho 2023-10-05 16:16:31 +02:00
parent c8ee7db6ea
commit cbc6b65d9a
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,6 @@ builtin_macros_format_positional_after_named = positional arguments cannot follo
.label = positional arguments must be before named arguments
.named_args = named argument
builtin_macros_format_remove_raw_ident = remove the `r#`
builtin_macros_format_redundant_args = redundant {$n ->
[one] argument
*[more] arguments
@ -153,6 +151,8 @@ builtin_macros_format_redundant_args = redundant {$n ->
}
.suggestion = this can be removed
builtin_macros_format_remove_raw_ident = remove the `r#`
builtin_macros_format_requires_string = requires at least a format string argument
builtin_macros_format_string_invalid = invalid format string: {$desc}