Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D duniter-gva
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nodesnodes
  • rustrust
  • modules
  • duniter-gva
  • Merge requests
  • !4

Edition cleanup

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Pascal Engélibert requested to merge tuxmain/duniter-gva:edition_cleanup into master Dec 03, 2021
  • Overview 0
  • Commits 3
  • Pipelines 2
  • Changes 19

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: edition_cleanup