Capitalize statics in f32 and f64 mods#10136
Merged
bors merged 1 commit intorust-lang:masterfrom Oct 29, 2013
hatahet:master
Merged
Capitalize statics in f32 and f64 mods#10136bors merged 1 commit intorust-lang:masterfrom hatahet:master
bors merged 1 commit intorust-lang:masterfrom
hatahet:master
Conversation
Contributor
Author
|
Ugh, did this second commit become part of the same pull request? |
Contributor
|
@hatahet: yes, pull requests track branches |
Contributor
Author
|
So what do we do about this one now? :/ The good news is that it was already reviewed previously: #10085 (comment) |
Contributor
|
@hatahet: you need to reset this branch back to the previous commit, and push the new commit to a new branch based on the real master |
Contributor
Author
|
I rebased, the second commit seems to have disappeared. |
src/libstd/num/f32.rs
Outdated
Contributor
There was a problem hiding this comment.
I think you missed this one.
Member
|
Would you mind squashing these to commits into one? |
Contributor
Author
|
Done! |
bors
added a commit
that referenced
this pull request
Oct 29, 2013
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Jan 12, 2023
…t-FP, r=Manishearth don't lint field_reassign when field in closure fixes rust-lang#10136 This change makes the ContainsName struct visit all interior expressions, which means that ContainsName will return true even if `name` is used in a closure within `expr`. --- changelog: FP: [`field_reassign_with_default`]: No longer lints cases, where values are initializes from closures capturing struct values [rust-lang#10143](rust-lang/rust-clippy#10143) <!-- changelog_checked -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #10077