Skip to content

Add missing use statements #30690

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

Merged
merged 1 commit into from
Jan 4, 2016
Merged

Add missing use statements #30690

merged 1 commit into from
Jan 4, 2016

Conversation

lawrencewoodman
Copy link
Contributor

fs::File was being referenced without either calling via std::fs::File or by using File after having used std::fs::File. Also Path was being referenced without first having used std::path::Path.

fs::File was being referenced without either calling via std::fs::File or by using File after having used fs::File.  Also Path was being referenced without first having used std::path::Path.
@steveklabnik
Copy link
Member

@bors: r+ rollup

Thanks!

@bors
Copy link
Collaborator

bors commented Jan 4, 2016

📌 Commit 0c3d6b4 has been approved by steveklabnik

bors added a commit that referenced this pull request Jan 4, 2016
`fs::File` was being referenced without either calling via `std::fs::File` or by using `File` after having used `std::fs::File`.  Also `Path` was being referenced without first having used `std::path::Path`.
@bors
Copy link
Collaborator

bors commented Jan 4, 2016

⌛ Testing commit 0c3d6b4 with merge 543bb03...

@bors bors merged commit 0c3d6b4 into rust-lang:master Jan 4, 2016
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.

3 participants