Edition cleanup
Some cleanup to follow the language updates, new clippy lints and Rust 2021.
The crate duniter-gva-gql
could not be migrated to 2021, probably because of an async_graphql
's macro.
&[T]::try_into() -> [T; N]
is simpler and safer than using uninit
.