Apply pedantic Clippy lints

This commit is contained in:
mo8it
2026-03-14 17:29:37 +01:00
parent 0ffeb14402
commit 337f6b1521
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ pub struct ExerciseInfo {
#[serde(default)]
pub skip_check_unsolved: bool,
}
#[inline(always)]
#[inline]
const fn default_true() -> bool {
true
}