Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 219 Bytes

2675.fixed.md

File metadata and controls

1 lines (1 loc) · 219 Bytes

impl FromPyObject for [T; N] will accept anything passing PySequence_Check, e.g. NumPy arrays, in the same way that impl FromPyObject for Vec<T> was modified after #2477.