Skip to content

cleanup extra::bigint #8749

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

Closed
wants to merge 6 commits into from
Closed

cleanup extra::bigint #8749

wants to merge 6 commits into from

Conversation

gifnksm
Copy link
Contributor

@gifnksm gifnksm commented Aug 25, 2013

This also fixes #4393.

}

#[bench]
fn fib_500(bh: &mut BenchHarness) {
Copy link
Member

Choose a reason for hiding this comment

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

The name of this function does not match the argument it is being fed below. I recommend making the two consistent.

Copy link
Member

Choose a reason for hiding this comment

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

(everything else here looks good though; I'll happily mark with r+ once above is fixed.)

@gifnksm
Copy link
Contributor Author

gifnksm commented Aug 26, 2013

@pnkfelix fixed the name. r?

bors added a commit that referenced this pull request Aug 26, 2013
@bors bors closed this Aug 26, 2013
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.

BigInt tests fail on 32-bit platforms
3 participants