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

Tutorial: fix typo #12506

Merged
merged 1 commit into from
Feb 24, 2014
Merged

Tutorial: fix typo #12506

merged 1 commit into from
Feb 24, 2014

Conversation

kud1ing
Copy link

@kud1ing kud1ing commented Feb 23, 2014

No description provided.

@brson brson mentioned this pull request Feb 23, 2014
bors added a commit that referenced this pull request Feb 24, 2014
@bors bors merged commit 778d032 into rust-lang:master Feb 24, 2014
@kud1ing kud1ing deleted the patch-1 branch February 24, 2014 05:04
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 25, 2022
minor: Fix typo in style guide

Fix type `Ues` -> `Use` in `style.md`
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 4, 2024
Fix infinite loop in `cast_sign_loss` when peeling unwrap method calls

Fixes rust-lang#12506

The lint wants to peel method calls but didn't actually reassign the expression, leading to an infinite loop.

----

changelog: Fix infinite loop in [`cast_sign_loss`] when having two chained `.unwrap()` calls
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 25, 2024
Fix infinite loop in `cast_sign_loss` when peeling unwrap method calls

Fixes rust-lang#12506

The lint wants to peel method calls but didn't actually reassign the expression, leading to an infinite loop.

----

changelog: Fix infinite loop in [`cast_sign_loss`] when having two chained `.unwrap()` calls
flip1995 pushed a commit to flip1995/rust that referenced this pull request Apr 25, 2024
Fix infinite loop in `cast_sign_loss` when peeling unwrap method calls

Fixes rust-lang#12506

The lint wants to peel method calls but didn't actually reassign the expression, leading to an infinite loop.

----

changelog: Fix infinite loop in [`cast_sign_loss`] when having two chained `.unwrap()` calls
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