chore: remove unused functions and fix warnings
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-15 15:10:35 +02:00
parent 7496d0e964
commit 91ad8eda01
6 changed files with 14 additions and 8 deletions

View File

@@ -132,7 +132,7 @@ impl Commander {
Ok(())
}
Command::Move { root, src, dest } => todo!(),
Command::Move { .. } => todo!(),
}
}
}