Skip to content

Commit fa82f21

Browse files
committed
chore: allow clippy let_and_return, due do the conditional code above it
1 parent 7713bd9 commit fa82f21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ fn init_color(cli: &Trunk) -> bool {
7979
}
8080
}
8181

82+
#[allow(clippy::let_and_return)]
8283
colored
8384
}
8485

0 commit comments

Comments
 (0)