bevy_lint::driver::main()
should not return Result<(), ()>
#17
Labels
A-Linter
Related to the linter and custom lints
C-Code-Quality
An improvement of readability or quality
bevy_cli/bevy_lint/src/driver.rs
Line 6 in 3d8be0a
I want this function to have the majority of control over the program, but a
Result<(), ()>
seems silly. (And Clippy is complaining about it, too!) I'm thinking it should be replaced with anExitCode
instead.The text was updated successfully, but these errors were encountered: