This commit is contained in:
hauntsaninja 2025-12-16 13:02:54 -08:00
parent 723f590ea4
commit 16cb4ccf61
1 changed files with 1 additions and 2 deletions

View File

@ -59,8 +59,7 @@ impl Violation for ImplicitStringConcatenationInCollectionLiteral {
#[derive_message_formats]
fn message(&self) -> String {
"Unparenthesized implicit string concatenation in collection"
.to_string()
"Unparenthesized implicit string concatenation in collection".to_string()
}
fn fix_title(&self) -> Option<String> {