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

Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex #183

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex #183

merged 1 commit into from
Jul 9, 2019

Conversation

Shadlock0133
Copy link
Contributor

Fixes #182

Copy link
Contributor

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dtolnay
Copy link
Contributor

dtolnay commented Jun 20, 2019

@bors r+

@Shadlock0133
Copy link
Contributor Author

What is it waiting for?

@KodrAus
Copy link
Member

KodrAus commented Jul 9, 2019

Oh sorry! I think this is the bot being picky about its syntax

bors r+

bors bot added a commit that referenced this pull request Jul 9, 2019
183: Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex r=KodrAus a=Shadlock0133

Fixes #182

Co-authored-by: Shadlock0133 <tomek-kubel2@wp.pl>
@bors
Copy link
Contributor

bors bot commented Jul 9, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit 18243d3 into bitflags:master Jul 9, 2019
bors bot pushed a commit to singularity-rs/singularity-rs that referenced this pull request Sep 24, 2019
31: Bump bitflags from 1.1.0 to 1.2.0 r=fkarg a=dependabot-preview[bot]

Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.1.0 to 1.2.0.
<details>
<summary>Release notes</summary>

*Sourced from [bitflags's releases](https://github.com/bitflags/bitflags/releases).*

> ## 1.2.0
> - Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex ([#183](https://github-redirect.dependabot.com/bitflags/bitflags/issues/183))
> 
> - Add support for "unknown" bits ([#188](https://github-redirect.dependabot.com/bitflags/bitflags/issues/188))
> 
> [#183](https://github-redirect.dependabot.com/bitflags/bitflags/issues/183): [bitflags/bitflags#183](https://github-redirect.dependabot.com/rust-lang-nursery/bitflags/pull/183)
> [#188](https://github-redirect.dependabot.com/bitflags/bitflags/issues/188): [bitflags/bitflags#188](https://github-redirect.dependabot.com/rust-lang-nursery/bitflags/pull/188)
</details>
<details>
<summary>Changelog</summary>

*Sourced from [bitflags's changelog](https://github.com/bitflags/bitflags/blob/master/CHANGELOG.md).*

> # 1.2.0
> 
> - Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex ([#183](https://github-redirect.dependabot.com/bitflags/bitflags/issues/183))
> 
> - Add support for "unknown" bits ([#188](https://github-redirect.dependabot.com/bitflags/bitflags/issues/188))
> 
> [#183](https://github-redirect.dependabot.com/bitflags/bitflags/issues/183): [bitflags/bitflags#183](https://github-redirect.dependabot.com/rust-lang-nursery/bitflags/pull/183)
> [#188](https://github-redirect.dependabot.com/bitflags/bitflags/issues/188): [bitflags/bitflags#188](https://github-redirect.dependabot.com/rust-lang-nursery/bitflags/pull/188)
</details>
<details>
<summary>Commits</summary>

- [`405d92d`](bitflags/bitflags@405d92d) Merge pull request [#190](https://github-redirect.dependabot.com/bitflags/bitflags/issues/190) from KodrAus/cargo/1.2.0
- [`3aca2ad`](bitflags/bitflags@3aca2ad) don't run integration test suite on 1.20.0
- [`cde9cb6`](bitflags/bitflags@cde9cb6) prepare for 1.2.0 release
- [`4880a76`](bitflags/bitflags@4880a76) Merge pull request [#188](https://github-redirect.dependabot.com/bitflags/bitflags/issues/188) from drmikehenry/unknown
- [`80fcb6a`](bitflags/bitflags@80fcb6a) Adjust pull request based on feedback:
- [`8b9676e`](bitflags/bitflags@8b9676e) Add support for "unknown" bits.
- [`de30308`](bitflags/bitflags@de30308) Merge [#186](https://github-redirect.dependabot.com/bitflags/bitflags/issues/186)
- [`4e762d0`](bitflags/bitflags@4e762d0) fix up unused item warning
- [`fc5f206`](bitflags/bitflags@fc5f206) fix up failing test and ensure it runs in CI
- [`8a10bdc`](bitflags/bitflags@8a10bdc) Merge [#183](https://github-redirect.dependabot.com/bitflags/bitflags/issues/183)
- Additional commits viewable in [compare view](bitflags/bitflags@1.1.0...1.2.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=bitflags&package-manager=cargo&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=bitflags&package-manager=cargo&previous-version=1.1.0&new-version=1.2.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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.

Typo in docs: "{Lower, Upper}Exp" should be "{Lower, Upper}Hex"
3 participants