Reformat existing messages

This commit is contained in:
Jonathan Brouwer 2026-02-07 10:25:00 +01:00
parent 2d65a33c61
commit 99c6009c45
No known key found for this signature in database
GPG key ID: 13619B051B673C52
6 changed files with 122 additions and 120 deletions

View file

@ -1417,8 +1417,8 @@ pub(crate) struct DuplicateEiiImpls {
pub second_crate: Symbol,
#[note("in addition to these two, { $num_additional_crates ->
[one] another implementation was found in crate {$additional_crate_names}
*[other] more implementations were also found in the following crates: {$additional_crate_names}
[one] another implementation was found in crate {$additional_crate_names}
*[other] more implementations were also found in the following crates: {$additional_crate_names}
}")]
pub additional_crates: Option<()>,