Skip to content

Commit 4304241

Browse files
Update code samples [skip ci]
1 parent b7d7d3d commit 4304241

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)