Skip to content

Make FileType Clonable #18682

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 2 commits into from
Closed

Make FileType Clonable #18682

wants to merge 2 commits into from

Conversation

subhashb
Copy link

@subhashb subhashb commented Nov 6, 2014

Fixes #18619

Add Clone Trait to FileType struct, so that FileStat itself becomes clone-able.

@rust-highfive
Copy link
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon.

@subhashb
Copy link
Author

subhashb commented Nov 6, 2014

Closing in favour of #18691, after I understood how bors works. Rebased to a single commit.

@subhashb subhashb closed this Nov 6, 2014
@subhashb subhashb deleted the clonable_filetype branch November 6, 2014 13:50
@Gankra
Copy link
Contributor

Gankra commented Nov 6, 2014

Note that you can rebase (and force push) the commits in a PR without closing/re-opening. We all do it.

@gamazeps
Copy link
Contributor

gamazeps commented Nov 6, 2014

Or even amend (git add YOUR_MODIFIED_FILES; git commit --amend) and force push (git push -f) :)

@subhashb
Copy link
Author

subhashb commented Nov 6, 2014

Awesome! Noted.

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.

Non-clonable FileType
5 participants