-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
char::to_digit comment #3249
Comments
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
remove deprecated dependency assert_cli
jaisnan
pushed a commit
to jaisnan/rust-dev
that referenced
this issue
Jul 29, 2024
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `d90729d` to `59ef366`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/s2n-quic/commit/59ef366af76edfb4f89bd39137865db2a1ad041d"><code>59ef366</code></a> chore: release 1.38.1 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2231">#2231</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/8c2a5b93cb6677fce3a53ad52dd971d3f94a1ced"><code>8c2a5b9</code></a> chore: release 1.38.0 (<a href="https://redirect.github.com/aws/s2n-quic/issues/2230">#2230</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/20977ee5fe2593f7e019373555fe362f00d4ce33"><code>20977ee</code></a> feat(s2n-quic): allow application to configure the anti_amplification_multipl...</li> <li><a href="https://github.com/aws/s2n-quic/commit/79e5d8e879f2d6dbe6250b2055e86bb508a9e7ab"><code>79e5d8e</code></a> feat(s2n-quic): expose configuration options for congestion control (<a href="https://redirect.github.com/aws/s2n-quic/issues/2228">#2228</a>)</li> <li>See full diff in <a href="https://github.com/aws/s2n-quic/compare/d90729de3f6d1fdc76ddff734591cfc2d8e61e80...59ef366af76edfb4f89bd39137865db2a1ad041d">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doc comment says that it fails if the character is not a digit. In fact it returns option::none.
The text was updated successfully, but these errors were encountered: