chore(clippy): fix all clippy warnings

This commit is contained in:
2025-09-06 21:24:52 +04:00
parent edea6c5424
commit 35f707901f
25 changed files with 126 additions and 167 deletions

View File

@@ -1,7 +1,7 @@
mod cache_status;
mod group;
mod group_names;
mod schedule;
mod get;
mod schema;
mod teacher;
mod teacher_names;
@@ -9,6 +9,6 @@ mod teacher_names;
pub use cache_status::*;
pub use group::*;
pub use group_names::*;
pub use schedule::*;
pub use get::*;
pub use teacher::*;
pub use teacher_names::*;