Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply rustfmt, clippy suggestions, and other cleanups (#44)
- Applied most clippy suggestions to bring launcher and router code up to standards - Exceptions added to avoid having to refactor a few things: `#![allow(clippy::type_complexity, clippy::result_large_err)]` - Added `rustfmt.toml` with settings to organize imports specifically - Formatted code with rustfmt - Added the generated code paths to `.gitignore` Signed-off-by: Daniel Clark <daniel.clark@ibm.com> Co-authored-by: Daniel Clark <Daniel.Clark@ibm.com>
- Loading branch information