Skip to content

libstd: impl Clone for BigUint/BigInt and replace copy with .clone() #6127

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 1 commit into from
Closed

libstd: impl Clone for BigUint/BigInt and replace copy with .clone() #6127

wants to merge 1 commit into from

Conversation

gifnksm
Copy link
Contributor

@gifnksm gifnksm commented Apr 30, 2013

implement Clone using deriving(Clone).

@gifnksm
Copy link
Contributor Author

gifnksm commented May 1, 2013

Why did the auto test fail so many times? The causes of the failure seem unrelated to this commit.

@gifnksm
Copy link
Contributor Author

gifnksm commented May 1, 2013

Rebased.

bors added a commit that referenced this pull request May 2, 2013
implement `Clone` using `deriving(Clone)`.
@bors bors closed this May 2, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Oct 9, 2020
…=flip1995

Reinstate test for forbid(clippy::restriction)

In [this commit](rust-lang/rust-clippy@5747c15) coming from rust-lang/rust (rust-lang#6126) the test for `#![forbid(clippy::restriction)]` was removed because some restriction lints were being allowed after the forbid.

This change reinstates the test for `forbid` by using a separate file.

changelog: none

r? `@flip1995`
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.

2 participants