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: docs for reader::first_char now no longer incorrectly state None may be returned #83

Merged
merged 1 commit into from
Jul 12, 2021
Merged

fix: docs for reader::first_char now no longer incorrectly state None may be returned #83

merged 1 commit into from
Jul 12, 2021

Conversation

phrohdoh
Copy link
Contributor

@phrohdoh phrohdoh commented Jul 5, 2021

Given first_char's return type is char, not Option<char>, Option<_>::None can never be returned.

Edit: I license my contributions under the Apache-2.0 license (which is the current license of this work).

…e` may be returned

`first_char`'s return type is `char`, not `Option<char>`, so `Option<_>::None` can never be returned
@Tko1 Tko1 merged commit 1a1681f into clojure-rs:master Jul 12, 2021
@phrohdoh phrohdoh deleted the fix/reader-utils-fn-docs-first_char branch July 12, 2021 21:21
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