From 1b54c866e199c16f07f7f8882fd66849ec55d4d3 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Mon, 30 Jun 2025 14:47:39 +0200 Subject: [PATCH] Link experimental feature discussion --- crates/meilisearch/src/option.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/meilisearch/src/option.rs b/crates/meilisearch/src/option.rs index 9ebf502d9..9658352c8 100644 --- a/crates/meilisearch/src/option.rs +++ b/crates/meilisearch/src/option.rs @@ -753,6 +753,7 @@ pub struct IndexerOpts { pub skip_index_budget: bool, /// Experimental no edition 2024 for settings feature. For more information, + /// see: /// /// Enables the experimental no edition 2024 for settings feature. #[clap(long, env = MEILI_EXPERIMENTAL_NO_EDITION_2024_FOR_SETTINGS)]