-
Notifications
You must be signed in to change notification settings - Fork 683
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
Document aliases for functions like getuid() #1693
Conversation
@asomers I'm not sure it's worth adding |
I guess it would work, but I'm not sure that it's worth the effort. Are any of those MSRV TODOs really very important? |
I don't think any are particularly critical - I came across this while revisiting trying to make #1673 is essentially the same to do with and without the MSRV check (and you can subsequently clean it up with a regex), so the marginal cost to do it now is low. |
bc0a72c
to
4282918
Compare
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+
Build failed: |
I'll fix the cross issues that are popping up. |
Add the autocfg crate as a build dependency, and introduce has_doc_alias as a conditional compilation symbol.
bors r=asomers |
Add the autocfg crate as a build dependency, and introduce
has_doc_alias
as a conditional compilation symbol.Closes #1673.