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

verbose_bit_mask: fix bit mask used in docs #5454

Merged
merged 1 commit into from
Apr 12, 2020
Merged

verbose_bit_mask: fix bit mask used in docs #5454

merged 1 commit into from
Apr 12, 2020

Conversation

spl
Copy link
Contributor

@spl spl commented Apr 12, 2020

changelog: fixes verbose_bit_mask docs

Change the existing hex bit mask (`0x1111`) to a binary one (`0b1111`).

The former does not seem to have anything to do with trailing zeros and is
probably a typo.
@phansch
Copy link
Member

phansch commented Apr 12, 2020

@bors r+ thanks!

@bors
Copy link
Contributor

bors commented Apr 12, 2020

📌 Commit c4e3ae4 has been approved by phansch

@bors
Copy link
Contributor

bors commented Apr 12, 2020

⌛ Testing commit c4e3ae4 with merge e29d550...

@bors
Copy link
Contributor

bors commented Apr 12, 2020

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: phansch
Pushing e29d550 to master...

@bors bors merged commit e29d550 into rust-lang:master Apr 12, 2020
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