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

Remove rust-toolchain and fix some typos #27

Merged
merged 5 commits into from
Sep 18, 2018
Merged

Remove rust-toolchain and fix some typos #27

merged 5 commits into from
Sep 18, 2018

Conversation

zhzy0077
Copy link
Contributor

Due to the name changes, rust-lang/rust#51919, to_bytes has renamed to to_ne_bytes. After the change, we don't need to specify the toolchain version.
Also some typos and needless lifetimes have been fixed.

@cswinter
Copy link
Owner

Nice, thanks for the contribution!

I think there is still value in keeping the rust-toolchain to guard against any future changes to nightly Rust and make it unnecessary to manually update the compiler version.

@zhzy0077
Copy link
Contributor Author

@cswinter Well, it would be better if we can update toolchain version since we are unable to use clippy on current version.

toolchain 'nightly-2018-07-18-x86_64-apple-darwin' does not have the binary `cargo-clippy`

@cswinter
Copy link
Owner

@zhzy0077 Oh for sure, please do update the toolchain to the latest version! Having clippy would be great, and not letting the version fall too far behind is good also.

@cswinter cswinter merged commit 12514fc into cswinter:master Sep 18, 2018
@cswinter
Copy link
Owner

Thanks again!

@zhzy0077 zhzy0077 deleted the fix/refine branch September 18, 2018 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants