cargo fmt + clippy

This commit is contained in:
2024-08-19 17:52:16 +02:00
parent 3556eb37ea
commit d1d06514a9
6 changed files with 23 additions and 19 deletions

View File

@@ -56,11 +56,11 @@ The Y/N-values corresponds to the following mysql privileges:
/// Please consider using the newer mysqladm command instead.
#[derive(Parser)]
#[command(
bin_name = "mysql-dbadm",
version,
about,
disable_help_subcommand = true,
verbatim_doc_comment,
bin_name = "mysql-dbadm",
version,
about,
disable_help_subcommand = true,
verbatim_doc_comment
)]
pub struct Args {
#[command(subcommand)]