Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate to rust with opt-in Copy #57
Conversation
|
What’s the motivation for the second commit? |
|
None on my side, really. Just wanted to be consistent with what was copyable before the change while I was adding |
|
Yes, I’d prefer to be conservative in the promises made (which was the point of the language change of making |
by adding explicit `Copy` impls for the exported types `SchemeType` and `EncodeSet`, and also to `EncodingOverride`. This fixes the build for rustc bc486dc23 2014-12-10.
|
Now it's just the three types that need to be |
|
Looks good, thanks! |
Update to rust with opt-in Copy
ben0x539 commentedDec 10, 2014
... by adding
#[deriving(Copy)]everywhere.