amethyst / amethyst/serde-diff
Use const generics for array impl
未關閉
- 主要語言
- Rust
- 星號
- 127
- 分支
- 21
- PR 合併指標
- 30 天內沒有已合併 PR
描述
`min_const_generics` is in stable now, so we can use it for the array impl:
https://github.com/amethyst/serde-diff/blob/e461da41c9339af3ecadf9f4aa61ae91c1f79e97/src/implementation.rs#L17
Other crates have also switched to const generics for array impls (such as [`arrayvec`](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md#060)).
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。