Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upFix compilation for rust nightly #154
Conversation
This comment has been minimized.
This comment has been minimized.
nikomatsakis
commented
Jun 15, 2017
|
(This also affects some older branches, fyi.) |
This was referenced Jun 15, 2017
This comment has been minimized.
This comment has been minimized.
|
True, thanks for mentioning that. I guess I'll submit another PR towards |
daboross
referenced this pull request
Jun 15, 2017
Closed
Fix compilation for rust nightly for 0.2.* #155
This comment has been minimized.
This comment has been minimized.
nikomatsakis
commented
Jun 16, 2017
bluss
merged commit f0f6e39
into
bluss:master
Jun 16, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
This comment has been minimized.
This comment has been minimized.
|
Thank you |
This comment has been minimized.
This comment has been minimized.
|
Fixed in 0.4.5 |
daboross
deleted the
daboross:fix-2017-06-14-nightly
branch
Jun 16, 2017
bluss
added a commit
that referenced
this pull request
Jul 27, 2017
illicitonion
added a commit
to illicitonion/pants
that referenced
this pull request
Sep 1, 2017
khuey
added a commit
to khuey/petgraph
that referenced
this pull request
Feb 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
daboross commentedJun 15, 2017
Very small change to remove ambiguity between Ord::max and IndexType::max in two locations.
I don't directly use this library, only as an indirect dependency, but I hope this is helpful.
Fixes #153.