From 613c669f96dfcd0002ea19a326c7cbc180bfdff2 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 18 Mar 2022 14:39:05 -0400 Subject: [PATCH] clippy, be quiet --- src/function_output.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/function_output.rs b/src/function_output.rs index 39630ef..4c5b68e 100644 --- a/src/function_output.rs +++ b/src/function_output.rs @@ -49,6 +49,7 @@ impl FunctionOutput { /// Display output on PlotUi `plot_ui` /// Returns `f64` containing rounded integral area (if integrals are /// disabled, it returns `f64::NAN`) + #[allow(clippy::too_many_arguments)] pub fn display( &self, plot_ui: &mut PlotUi, func_str: &str, derivative_str: &str, step: f64, derivative_enabled: bool, extrema: bool, roots: bool,