diff --git a/src/misc.rs b/src/misc.rs index 6c0335f..7e03869 100644 --- a/src/misc.rs +++ b/src/misc.rs @@ -300,7 +300,7 @@ fn newtons_method( } /// Inputs `Vec>` and outputs a `String` containing a pretty representation of the Vector -pub fn option_vec_printer(data: &Vec>) -> String +pub fn option_vec_printer(data: &[Option]) -> String where T: ToString, {