Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 2018 edition of Rust #75

Closed
6 tasks done
azriel91 opened this issue Mar 12, 2020 · 0 comments
Closed
6 tasks done

Update to 2018 edition of Rust #75

azriel91 opened this issue Mar 12, 2020 · 0 comments
Assignees
Labels
M: code Code maintenance and quality.

Comments

@azriel91
Copy link
Owner

In GitLab by @azriel91 on Sep 18, 2018, 19:54

Tracking ticket for updating to Rust 2018. Things to do:

  • Replace all foo/mod.rs with foo.rs
  • Remove extern crate for type imports.
  • Ensure all local crate uses use use crate::.
  • Group workspace crate uses into its own grouping. This means we will have four groupings: std, third party, workspace, local. Rustfmt supports this.
  • Use use for macro usages.
  • Clippy attribute lints

Hopefully when we get to this, lints in Cargo.toml will be done

@azriel91 azriel91 added the M: code Code maintenance and quality. label Mar 12, 2020
@azriel91 azriel91 added this to the ECS Adaptation milestone Mar 12, 2020
@azriel91 azriel91 self-assigned this Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M: code Code maintenance and quality.
Projects
None yet
Development

No branches or pull requests

1 participant