Release notes
*Sourced from [itoa's releases](https://github.com/dtolnay/itoa/releases).*
> ## 0.4.4
> - Documentation improvements
Commits
- [`7ef10b2`](https://github.com/dtolnay/itoa/commit/7ef10b214de344f162ac7a64579d646767dd2dea) Release 0.4.4
- [`b503c82`](https://github.com/dtolnay/itoa/commit/b503c823e57c859d23be6e2d8c67ab5d79de9ec7) Skip doc tests when testing without std
- [`6bc31f5`](https://github.com/dtolnay/itoa/commit/6bc31f5ec854c62e344c96cd1c8a6ce4e1bd442c) Update set of suppressions for clippy 2019-04-30
- [`b2ac301`](https://github.com/dtolnay/itoa/commit/b2ac3011f7959c8e5b1a9556eb81a213f9277978) Elide lifetime that can be inferred
- [`6b8a090`](https://github.com/dtolnay/itoa/commit/6b8a090932e9f0f7ae617962510511ab6fcdc89d) Remove nightly flags from benchmark
- [`17bbd67`](https://github.com/dtolnay/itoa/commit/17bbd67b778d9fa7dac2f666463ff4811b5da293) Support for i128 no longer requires nightly
- [`c76fae7`](https://github.com/dtolnay/itoa/commit/c76fae7f124587fce572a5314f5c634d3b81c39e) Space apart the readme sections
- [`c51cdbf`](https://github.com/dtolnay/itoa/commit/c51cdbfd80a747fece8af3fb5fe3c1b85836975e) Document rustc version requirement
- [`525e180`](https://github.com/dtolnay/itoa/commit/525e1805f44430dedb92e022ee058b76eeab9196) Copy part of readme to crate-level doc
- [`7e81b02`](https://github.com/dtolnay/itoa/commit/7e81b0290a92d5bea58bd5912237ccc376704186) Remove unnecessary license header
- Additional commits viewable in [compare view](https://github.com/dtolnay/itoa/compare/0.4.3...0.4.4)
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.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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.
Bumps itoa from 0.4.3 to 0.4.4.
Release notes
*Sourced from [itoa's releases](https://github.com/dtolnay/itoa/releases).* > ## 0.4.4 > - Documentation improvementsCommits
- [`7ef10b2`](https://github.com/dtolnay/itoa/commit/7ef10b214de344f162ac7a64579d646767dd2dea) Release 0.4.4 - [`b503c82`](https://github.com/dtolnay/itoa/commit/b503c823e57c859d23be6e2d8c67ab5d79de9ec7) Skip doc tests when testing without std - [`6bc31f5`](https://github.com/dtolnay/itoa/commit/6bc31f5ec854c62e344c96cd1c8a6ce4e1bd442c) Update set of suppressions for clippy 2019-04-30 - [`b2ac301`](https://github.com/dtolnay/itoa/commit/b2ac3011f7959c8e5b1a9556eb81a213f9277978) Elide lifetime that can be inferred - [`6b8a090`](https://github.com/dtolnay/itoa/commit/6b8a090932e9f0f7ae617962510511ab6fcdc89d) Remove nightly flags from benchmark - [`17bbd67`](https://github.com/dtolnay/itoa/commit/17bbd67b778d9fa7dac2f666463ff4811b5da293) Support for i128 no longer requires nightly - [`c76fae7`](https://github.com/dtolnay/itoa/commit/c76fae7f124587fce572a5314f5c634d3b81c39e) Space apart the readme sections - [`c51cdbf`](https://github.com/dtolnay/itoa/commit/c51cdbfd80a747fece8af3fb5fe3c1b85836975e) Document rustc version requirement - [`525e180`](https://github.com/dtolnay/itoa/commit/525e1805f44430dedb92e022ee058b76eeab9196) Copy part of readme to crate-level doc - [`7e81b02`](https://github.com/dtolnay/itoa/commit/7e81b0290a92d5bea58bd5912237ccc376704186) Remove unnecessary license header - Additional commits viewable in [compare view](https://github.com/dtolnay/itoa/compare/0.4.3...0.4.4)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
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.