feat: enable clippy nursery and fix

This commit is contained in:
2026-02-15 12:47:52 +01:00
parent 02ce2097fb
commit 5c81f35250
10 changed files with 36 additions and 27 deletions
+2 -1
View File
@@ -20,7 +20,8 @@
//! assert_eq!(easing(1.0), 1.0);
//! ```
#![warn(clippy::pedantic)]
#![warn(clippy::pedantic, clippy::nursery)]
#![allow(clippy::missing_const_for_fn)]
mod back;
mod bounce;