8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
seq
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
the program panics on line 66 as its unwrapping a none value.
64 let numbers = matches 65 .get_many::<String>(ARG_NUMBERS) 66 .unwrap() 67 .collect::<Vec<_>>();
I will submit a pull request shortly, but should I create an error for this case, and check instead of unwrapping?
The text was updated successfully, but these errors were encountered:
Merge pull request #4750 from NikolaiSch/seq-panic-fix
f8a9552
fix: seq panic on no arguments #4749
Successfully merging a pull request may close this issue.
the program panics on line 66 as its unwrapping a none value.
I will submit a pull request shortly, but should I create an error for this case, and check instead of unwrapping?
The text was updated successfully, but these errors were encountered: