automatic cargo CI changes

This commit is contained in:
PlexSheep 2024-01-18 22:15:21 +00:00 committed by github-actions[bot]
parent 6f58b5c6a0
commit 716c02da5d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ fn cli_parse() -> Cli {
} }
fn main() { fn main() {
let mut cli = cli_parse(); let cli = cli_parse();
debug!("dumping cli args:\n{:#?}", cli); debug!("dumping cli args:\n{:#?}", cli);
println!("Hello, world!"); println!("Hello, world!");
} }