Directly use Option<&[T]>
instead of converting from Option<&Vec<T>>
later on#81636
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 3, 2021
Option<&[T]>
instead of converting from Option<&Vec<T>>
later on#81636