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

Upgrade toolchains #3

Merged
merged 1 commit into from Oct 17, 2019
Merged

Upgrade toolchains #3

merged 1 commit into from Oct 17, 2019

Conversation

sgkim126
Copy link

No description provided.

from_upper.get_mut(&u).unwrap().push(v);
from_lower.get_mut(&v).unwrap().push(u);
from_upper.entry(u).or_default().push(v);
from_lower.entry(v).or_default().push(u);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

remagpie
remagpie previously approved these changes Oct 17, 2019
@sgkim126
Copy link
Author

@remagpie I fixed the Travis scripts.

@remagpie remagpie merged commit e08176f into CodeChain-io:master Oct 17, 2019
@sgkim126 sgkim126 deleted the tool branch October 17, 2019 05:18
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.

None yet

2 participants