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

Bump rust toolchain to 2018-03-24. #20589

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Fixed code-style problem in nonzero.

  • Loading branch information
mrowqa committed Apr 8, 2018
commit 9062b248f5ea4ba661e08282404de6c5f4d07101
@@ -11,7 +11,6 @@ extern crate serde;
pub use imp::*;

mod imp {

#[derive(Clone, Copy, Debug, Deserialize, Eq, Hash, Ord, PartialEq, PartialOrd, Serialize)]
pub struct NonZero<T: Zeroable>(T);

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.