Skip to content

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
Contributor

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
Collaborator

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