Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report: ``` > cargo clippy Compiling framework_lib v0.1.0 (/var/home/zoid/clone/framework-system/framework_lib) warning: unneeded `return` statement --> framework_lib/src/commandline/mod.rs:459:5 | 459 | return 1; | ^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default = help: remove `return` ``` Signed-off-by: Daniel Schaefer <[email protected]>
- Loading branch information