Get rid of Option<Vec<...
in the API and code, and just use Vec<
#2820
Labels
Option<Vec<...
in the API and code, and just use Vec<
#2820
I thought this made sense for clients, but it really just makes things more difficult because it requires two unwraps :
The first step isn't necessary, and you might as well just return an empty vector for missing items.
The text was updated successfully, but these errors were encountered: