Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplace deprecated fs::walk_dir call with walkdir crate #9891
Conversation
highfive
commented
Mar 7, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @ecoal95 (or someone else) soon. |
|
It looks great, thanks! And thanks for taking rid of the trailing whitespace there, I guess tidy doesn't scan that file? Thank you again! -S-awaiting-review +S-awaiting-merge @bors-servo: r+ Reviewed 3 of 3 files at r1. Comments from the review on Reviewable.io |
|
|
Replace deprecated fs::walk_dir call with walkdir crate While working on #8351 I discovered that deprecated fs::walk_dir is used in android support files. This is my first PR to any Rust project, so any constructive feedback is more than welcome! Thanks <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9891) <!-- Reviewable:end -->
|
@ecoal95 Hello! Thank you for warm welcome. It's a pleasure to contribute. |
|
|
cengizIO commentedMar 7, 2016
While working on #8351 I discovered that deprecated fs::walk_dir is used in android support files.
This is my first PR to any Rust project, so any constructive feedback is more than welcome!
Thanks