Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

fixed wrapping ops on latest nightly #187

Merged
merged 2 commits into from
Jan 19, 2016
Merged

fixed wrapping ops on latest nightly #187

merged 2 commits into from
Jan 19, 2016

Conversation

debris
Copy link
Collaborator

@debris debris commented Jan 19, 2016

requires latest nightly

@debris debris added the A0-pleasereview 🤓 Pull request needs code review. label Jan 19, 2016

fn overflowing_shl(self, shift: u32) -> (Self, bool);

fn overflowing_shr(self, shift: u32) -> (Self, bool);
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can remove overflowing_shr it's not implemented anyway.

@tomusdrw tomusdrw added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jan 19, 2016
arkpar added a commit that referenced this pull request Jan 19, 2016
fixed wrapping ops on latest nightly
@arkpar arkpar merged commit ae64a60 into master Jan 19, 2016
@debris debris mentioned this pull request Jan 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants