Skip to content

Commit b0b3841

Browse files
authored
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 <[email protected]> Co-authored-by: Daniel Clark <[email protected]>
1 parent 6d23493 commit b0b3841

File tree

18 files changed

+1489
-943
lines changed

18 files changed

+1489
-943
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
target
3-
router/src/pb/
3+
router/src/pb
4+
router/client/src/pb

0 commit comments

Comments
 (0)