mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Fix clippy
This commit is contained in:
parent
5a4f1508d0
commit
7f267ec4be
@ -232,7 +232,7 @@ pub struct Opt {
|
|||||||
/// Format must be TOML.
|
/// Format must be TOML.
|
||||||
#[serde(skip_serializing)]
|
#[serde(skip_serializing)]
|
||||||
#[clap(long)]
|
#[clap(long)]
|
||||||
config_file_path: Option<PathBuf>,
|
pub config_file_path: Option<PathBuf>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Opt {
|
impl Opt {
|
||||||
|
Loading…
Reference in New Issue
Block a user