Skip to content

doc: Fix minor typo in tutorial #1594

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

Merged
merged 1 commit into from
Jan 21, 2012
Merged

doc: Fix minor typo in tutorial #1594

merged 1 commit into from
Jan 21, 2012

Conversation

mrshpot
Copy link
Contributor

@mrshpot mrshpot commented Jan 21, 2012

Commit 1304e introduced a mismatched quote. This adds a matching quote, making tutorial code properly highlighted.

brson added a commit that referenced this pull request Jan 21, 2012
doc: Fix minor typo in tutorial
@brson brson merged commit 32742d0 into rust-lang:master Jan 21, 2012
@brson
Copy link
Contributor

brson commented Jan 21, 2012

Thanks!

flip1995 pushed a commit to flip1995/rust that referenced this pull request May 20, 2021
Add `needless_bitwise_bool` lint

fixes rust-lang#6827
fixes rust-lang#1594

changelog: Add ``[`needless_bitwise_bool`]`` lint

Creates a new `bitwise_bool` lint to convert `x & y` to `x && y` when both `x` and `y` are booleans. I also had to adjust thh `needless_bool` lint slightly, and fix a couple failing dogfood tests. I made it a correctness lint as per flip1995's comment [here](rust-lang/rust-clippy#3385 (comment)), from a previous WIP attempt at this lint.
Kobzol pushed a commit to Kobzol/rust that referenced this pull request Dec 30, 2024
bors pushed a commit to rust-lang-ci/rust that referenced this pull request Jan 2, 2025
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