-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Implement Debug for DirEntry. #36631
Conversation
Thanks! @bors r+ |
📌 Commit 84b68f3 has been approved by |
84b68f3
to
8b8681e
Compare
Updated. @sfackler can I get another r? |
@bors r+ |
📌 Commit 8b8681e has been approved by |
Implement Debug for DirEntry. None
@bors r- Removing it since it seems like it fails on Windows (tried it during a rollup).
Happy to run it through again once a fix is ready. |
Uh, if anyone has insight why Windows renders path with |
@frewsxcv your debug impl will format the inner string using the Debug format. Whereas your test uses Display. |
52df75e
to
6efe708
Compare
6efe708
to
6b697a3
Compare
I think I fixed it. Can I get a re-review? |
@bors r+ |
📌 Commit 6b697a3 has been approved by |
Implement Debug for DirEntry. None
No description provided.