fix: update experimental features docs (#1781)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user