feat: enable clippy pedantic and fix

This commit is contained in:
2026-02-15 12:34:36 +01:00
parent 36a2e0e9e2
commit 02ce2097fb
4 changed files with 10 additions and 5 deletions
+2
View File
@@ -20,6 +20,8 @@
//! assert_eq!(easing(1.0), 1.0);
//! ```
#![warn(clippy::pedantic)]
mod back;
mod bounce;
mod circ;