We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
src/britney.rs
The program crashes when running the check method.
check
When calling the check method, the program panics and exits abnormally. This issue was generated by Britney, a Github Issues generator.
The program should not crash and should continue executing normally after the check method is called.
Investigate the source of the panic.
Add error handling to prevent the program from crashing. #6
**This issue was generated by Britney, a Github Issues generator. Check it out [here](https://www.github.com/tm26a21p/britney)**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The program crashes when running the
check
method.Description
When calling the
check
method, the program panics and exits abnormally. This issue was generated by Britney, a Github Issues generator.Expected Behavior
The program should not crash and should continue executing normally after the
check
method is called.Investigate the source of the panic.
Add error handling to prevent the program from crashing. #6
The text was updated successfully, but these errors were encountered: