1
Fork 0
This commit is contained in:
Guillaume Gomez 2019-03-07 23:32:42 +01:00
parent 6bce61cd4b
commit dc628b4f67
3 changed files with 24 additions and 13 deletions

View file

@ -5052,7 +5052,6 @@ fn get_index_search_type(item: &clean::Item) -> Option<IndexItemFunctionType> {
Some(output)
};
println!("===> {:?}", output);
Some(IndexItemFunctionType { inputs, output })
}