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

Partially fix #7048 plus some minor fixes #7058

Closed
wants to merge 3 commits into from
Closed

Partially fix #7048 plus some minor fixes #7058

wants to merge 3 commits into from

Conversation

Blei
Copy link
Contributor

@Blei Blei commented Jun 11, 2013

No description provided.

Blei added 3 commits June 11, 2013 11:44
* Don't return early, so logging is not skipped
* Remove one allocation
* Indent the match statement correctly
@Blei
Copy link
Contributor Author

Blei commented Jun 11, 2013

Again looks like an unrelated failure in the rustpkg tests. cf. #6945, #7035

bors added a commit that referenced this pull request Jun 11, 2013
@bors bors closed this Jun 11, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
Remove powi, "square can be computed more efficiently"

powi(2) produces exactly the same native code as x * x
powi was part of the [`suboptimal_flops`] lint

fixes rust-lang#7058
changelog: Remove powi [`suboptimal_flops`], "square can be computed more efficiently"
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.

2 participants