clippy, be quiet

This commit is contained in:
Simon Gardling 2022-03-18 14:39:05 -04:00
parent 17916a2b23
commit 613c669f96

View File

@ -49,6 +49,7 @@ impl FunctionOutput {
/// Display output on PlotUi `plot_ui` /// Display output on PlotUi `plot_ui`
/// Returns `f64` containing rounded integral area (if integrals are /// Returns `f64` containing rounded integral area (if integrals are
/// disabled, it returns `f64::NAN`) /// disabled, it returns `f64::NAN`)
#[allow(clippy::too_many_arguments)]
pub fn display( pub fn display(
&self, plot_ui: &mut PlotUi, func_str: &str, derivative_str: &str, step: f64, &self, plot_ui: &mut PlotUi, func_str: &str, derivative_str: &str, step: f64,
derivative_enabled: bool, extrema: bool, roots: bool, derivative_enabled: bool, extrema: bool, roots: bool,