Skip to content

Commit 4adfc6f

Browse files
committed
fix clippy pedantic
1 parent e44586a commit 4adfc6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/translations/translations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,7 @@ pub fn no_notifications_set_translation<'a>(language: Language) -> Text<'a, Styl
23942394
})
23952395
}
23962396

2397+
#[allow(clippy::too_many_lines)]
23972398
pub fn no_notifications_received_translation<'a>(language: Language) -> Text<'a, StyleType> {
23982399
Text::new(match language {
23992400
Language::EN => {

0 commit comments

Comments
 (0)