Edition cleanup
Compare changes
+ 1
− 1
@@ -3,7 +3,7 @@ name = "duniter-bda"
@@ -3,7 +3,7 @@ name = "duniter-bda"
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
.