Fix clippy

This commit is contained in:
mlemesle 2022-09-07 20:22:49 +02:00
parent 5a4f1508d0
commit 7f267ec4be

View File

@ -232,7 +232,7 @@ pub struct Opt {
/// Format must be TOML.
#[serde(skip_serializing)]
#[clap(long)]
config_file_path: Option<PathBuf>,
pub config_file_path: Option<PathBuf>,
}
impl Opt {