-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Optimize away a fs::metadata
call.
#80754
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
Conversation
This also eliminates a use of a `Path` convenience function, in support of rust-lang#80741, refactoring `std::path` to focus on pure data structures and algorithms.
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@bors r+ rollup=never |
📌 Commit 68338bc has been approved by |
⌛ Testing commit 68338bc with merge 76f7b4322965758d5522df089f1003dcdc4f9e82... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry whoops my fault, sorry |
☀️ Test successful - checks-actions |
This also eliminates a use of a
Path
convenience function, in supportof #80741, refactoring
std::path
to focus on pure data structures andalgorithms.