-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
rustup: fix nightly #433
rustup: fix nightly #433
Conversation
OsStr recently gained unstable inherent methods with the same name. This rename makes sure we don't call the inherent methods but the methods provided by this extension trait.
Thanks for the pull request, and welcome! The team is excited to review your changes, and you should hear from @sru (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Hello, and thanks for the pull request! The first commit (d752c17) is good, but other two "not good" (I can't find a word for it right now) because they can be done in several ways. For missing debug implementations, I think it is best to implement those debug information (see #430). For deriving The nightly build is still failing because of the unnecessary |
Copy wasent left out on purpose, just overlooked. Adding copy is a great idea. I'm also ok with the missing debug implementations, but if we end up needing to add the debug info for thone struts at some point we may add it. At some point in the future I'd like to look at only deriving debug implementations when the debug feature is used...buy that's just me thinking out loud, not set in stone. The only thing I'm not sure about for this pr is the Also like @sru said, thanks for putting this PR together! |
Isn't the |
Yes. Renaming |
Ah ok awsome I hadn't seen that! 👍 |
pushed a new commit fixing the clippy warnings |
Hmm... I don't know why appveyor is failing now... @Vinatorul? |
Not sure, I just restarted the build. |
It seems like an issue with AppVeyor itself, and since this PR passed AppVeyor once already, I'm good merging without it this time. @japaric Thanks for the contributions! Much appreciated! |
@homu r+ |
📌 Commit 56d14cb has been approved by |
rustup: fix nightly See details in the commits.
rustup: fix nightly See details in the commits.
☀️ Test successful - status |
See details in the commits.