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

mandelbrot: fix overlapping buffers #15743

Merged
merged 1 commit into from
Jul 18, 2014
Merged

Conversation

Ryman
Copy link
Contributor

@Ryman Ryman commented Jul 17, 2014

Matches the official sample output (N=200) again.

cc #15408

bors added a commit that referenced this pull request Jul 18, 2014
Matches the official sample output (N=200) again.

cc #15408
@bors bors closed this Jul 18, 2014
@bors bors merged commit 407fe9a into rust-lang:master Jul 18, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 13, 2023
…et_some, r=HKalbasi

add replace_is_some_with_if_let_some assist

This is a basic impl, if it is ok, `if my_result.is_ok()`-> `if let Ok(_x) = my_result ​`will be add next.

close rust-lang/rust-analyzer#12977
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.

3 participants