mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-01 16:37:53 -04:00
style(cli-clap): ignore the Args
argument because it doesn't get used yet (to satisfy Clippy)
This commit is contained in:
@@ -9,7 +9,7 @@ pub struct Args {
|
||||
command: Command,
|
||||
}
|
||||
|
||||
pub fn main(args: Args) {
|
||||
pub fn main(_args: Args) {
|
||||
#[cfg(feature = "tracing")]
|
||||
tracing::info!("What's up, world?");
|
||||
}
|
||||
|
Reference in New Issue
Block a user