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 Rust 1.31 / 2018 edition #379

Closed
ozkriff opened this issue Oct 29, 2018 · 1 comment
Closed

Update to Rust 1.31 / 2018 edition #379

ozkriff opened this issue Oct 29, 2018 · 1 comment

Comments

@ozkriff
Copy link
Owner

ozkriff commented Oct 29, 2018

  • Remove macro_use
  • foo/mod.rs -> foo.rs
  • Remove prefix :: in paths
  • Employ const_fn for geom calculations;

Something else?

@ozkriff
Copy link
Owner Author

ozkriff commented Oct 29, 2018

NOTE: Wait for a new nightly clippy with this fix rust-lang/rust-clippy#3313 as there're a lot of new functions returning ZResult<Self> in my code.

@ozkriff ozkriff changed the title Update to Rust 1.30 Update to Rust 1.31 Dec 4, 2018
@ozkriff ozkriff changed the title Update to Rust 1.31 Update to Rust 1.31 / 2018 edition Dec 6, 2018
This was referenced Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant