Skip to content

Commit df63d2b

Browse files
Merge branch 'mintlify-iso' of github.com:meilisearch/documentation into mintlify-iso
2 parents 3a353a9 + 4304241 commit df63d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/samples/code_samples_update_experimental_features_1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ client.ExperimentalFeatures().SetMetrics(true).Update()
2020
```rust Rust
2121
let client = Client::new("http://localhost:7700", Some("apiKey"));
2222
let features = ExperimentalFeatures::new(&client);
23-
// update the feature you want here
23+
features.set_metrics(true)
2424
let res = features
2525
.update()
2626
.await

0 commit comments

Comments
 (0)