mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Fix clippy
This commit is contained in:
parent
5a4f1508d0
commit
7f267ec4be
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user