diff --git a/src/lib.rs b/src/lib.rs index f66f94a..65ea75d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -211,10 +211,6 @@ where } /// Given a new measurement, calculates the next [control output](ControlOutput). - /// - /// # Panics - /// - /// - If a setpoint has not been set via `update_setpoint()`. pub fn next_control_output(&mut self, measurement: T) -> ControlOutput { // Calculate the error between the ideal setpoint and the current // measurement to compare against