Clean up and suppress Clippy warnings (#1402)

* fix: clear and suppress clippy warnings

* Simplification

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Prikshit Gautam
2023-08-27 16:56:53 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent e77782aadb
commit fb1922b49d
6 changed files with 36 additions and 52 deletions
@@ -1,3 +1,5 @@
#![allow(clippy::too_many_arguments)]
use super::curve::{Curve, CurveManipulatorGroup, ValueMapperNode};
use super::{Channel, Color, Node};