chore(clippy): fix all clippy warnings

This commit is contained in:
2025-09-25 03:42:34 +04:00
parent 983967f8b0
commit b664ba578d
4 changed files with 6 additions and 17 deletions

View File

@@ -528,7 +528,7 @@ fn parse_name_and_subgroups(text: &str) -> Result<ParsedLessonName, Error> {
if result.is_none() {
#[cfg(not(debug_assertions))]
sentry::capture_message(
&*format!("Не удалось угадать тип пары '{}'!", extra),
&format!("Не удалось угадать тип пары '{}'!", extra),
sentry::Level::Warning,
);