treewide: fix clippy lints

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I411be69ff31f9cb39cd4cdebc8985b366a6a6964
This commit is contained in:
raf 2026-04-21 18:08:41 +03:00
commit 61ced09d25
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
43 changed files with 558 additions and 464 deletions

View file

@ -84,7 +84,7 @@ pub enum Commands {
Credentials(CredentialsArgs),
/// Configure modpack properties
Cfg(CfgArgs),
Cfg(Box<CfgArgs>),
/// Manage fork configuration
Fork(ForkArgs),