Skip to content
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

Simplify the stdbuild section #1019

Merged
merged 1 commit into from Jun 28, 2018
Merged

Simplify the stdbuild section #1019

merged 1 commit into from Jun 28, 2018

Conversation

est31
Copy link
Member

@est31 est31 commented Jun 8, 2018

Found this when encountering the code in the rustc submodule and changing the allow for the warnings to deny.

  • no_std is stable so it does not have to be listed in the feature attribute
  • no_std as an attribute for the crate is already implied by the #![cfg_attr(not(feature = "use_std"), no_std)] below
  • staged_api as an attribute gives a warning. That also matches my knowledge.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (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.

@est31
Copy link
Member Author

est31 commented Jun 8, 2018

r? @sfackler -- @alexcrichton is currently not available, can you review it instead?

@est31
Copy link
Member Author

est31 commented Jun 15, 2018

trying next libs team member. This PR shouldnt sit here not being looked at just because alex is gone!

r? @BurntSushi

@rust-highfive rust-highfive assigned BurntSushi and unassigned sfackler Jun 15, 2018
@alexcrichton
Copy link
Member

To confirm, this has been tested in the rust-lang/rust repo and it builds successfully?

@est31
Copy link
Member Author

est31 commented Jun 28, 2018

@alexcrichton yes, I've done that back when I filed the PR.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Jun 28, 2018

📌 Commit f164aa8 has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Jun 28, 2018

⌛ Testing commit f164aa8 with merge 7cac8d0...

bors added a commit that referenced this pull request Jun 28, 2018
Simplify the stdbuild section

Found this when encountering the code in the rustc submodule and changing the allow for the warnings to deny.

* `no_std` is stable so it does not have to be listed in the `feature` attribute
* `no_std` as an attribute for the crate is already implied by the `#![cfg_attr(not(feature = "use_std"), no_std)]` below
* `staged_api` as an attribute gives a warning. That also matches my knowledge.
@bors
Copy link
Contributor

bors commented Jun 28, 2018

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 7cac8d0 to master...

@bors bors merged commit f164aa8 into rust-lang:master Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants