We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This seems like an omission. I can't think of a reason for it not to implement Clone.
The text was updated successfully, but these errors were encountered:
auto merge of #13051 : alexcrichton/rust/issue-13047, r=thestinger
993dee4
It's useful for structures which use deriving(Clone), even though it's implicitly copyable. Closes #13047
e1ca02e
Auto merge of rust-lang#13047 - Jarcho:script, r=y21
e7f2952
Refactor `disallowed_script_idents` Minor change to use `find_map` instead of a loop. Not important, but it's easier to read. changelog: none
Successfully merging a pull request may close this issue.
This seems like an omission. I can't think of a reason for it not to implement Clone.
The text was updated successfully, but these errors were encountered: