Remove outdated TODO.
This commit is contained in:
parent
03ff75b2de
commit
02bcefb75c
@ -274,7 +274,6 @@ impl Renderable for serde_json::Value {
|
||||
serde_json::Value::Number(num) => Ok(num.to_string()),
|
||||
serde_json::Value::String(string) => Ok(string.to_string()),
|
||||
serde_json::Value::Array(arr) => {
|
||||
// TODO: Handle the filters instead of passing a Vec::new()
|
||||
let rendered: Result<Vec<String>, RenderError> =
|
||||
arr.iter().map(|val| val.render(&Vec::new())).collect();
|
||||
let rendered_slice: &[String] = &rendered?;
|
||||
|
Loading…
Reference in New Issue
Block a user