-
Notifications
You must be signed in to change notification settings - Fork 8
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
Linter: unused_appexit
#184
base: main
Are you sure you want to change the base?
Conversation
It will be replaced with `unused_appexit`.
Actually, is there a reason this is a custom lint? Why not just add a |
The reason we use a lint is because you cannot opt-out of |
Closes #87.
This is a more generic form of
main_return_without_appexit
that checks if theAppExit
returned fromApp::run()
is handled at all, no matter the context. Please check out the module documentation forunused_appexit.rs
for more info!