fix: update experimental features docs (#1781)

This commit is contained in:
Wendy Tang
2025-03-20 12:46:41 -07:00
committed by GitHub
parent 0677eaec20
commit 516d1092b2
2 changed files with 5 additions and 29 deletions
+1
View File
@@ -5,6 +5,7 @@ use std::collections::HashMap;
/// It is the ground truth for init experiments. The experiment names in users' experiment list but not
/// in the list will be remove from user list; The experiment names in the ground-truth list but not
/// in users' experiment list will be added to user list with default value false;
/// TODO: keep this up to date with the experimental-features.md documentation page
const ALL_EXPERIMENTS: &[(&str, bool)] = &[];
/// Experiment configuration management