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-28 05:26:53 +05:30
committed by GitHub
parent e77782aadb
commit fb1922b49d
6 changed files with 36 additions and 52 deletions

View File

@@ -1,3 +1,5 @@
#![allow(clippy::too_many_arguments)]
use super::curve::{Curve, CurveManipulatorGroup, ValueMapperNode};
use super::{Channel, Color, Node};