Skip to content
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

Remove filetime dep from build_helper #49549

Merged
merged 1 commit into from
Apr 1, 2018

Conversation

Mark-Simulacrum
Copy link
Member

@@ -45,7 +45,6 @@ pub fn copy(src: &Path, dst: &Path) {
dst.display(), e)
}
let metadata = t!(src.metadata());
t!(fs::set_permissions(dst, metadata.permissions()));
Copy link
Member

Choose a reason for hiding this comment

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

This change seems unrelated?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, right. It's not needed, but I forgot to remove it from this patch.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Apr 1, 2018

📌 Commit 86915dd has been approved by alexcrichton

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Apr 1, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Apr 1, 2018
…r=alexcrichton

Remove filetime dep from build_helper

r? @alexcrichton
bors added a commit that referenced this pull request Apr 1, 2018
Rollup of 3 pull requests

- Successful merges: #49451, #49498, #49549
- Failed merges:
@bors bors merged commit 86915dd into rust-lang:master Apr 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants