zeta: Remove predict-edits-launch
feature flag (#24829)
This PR removes the `predict-edits-launch` feature flag that was added in #24720. We don't need this anymore now that we've launched! Release Notes: - N/A
This commit is contained in:
parent
8af54c589b
commit
c38deb1430
2 changed files with 8 additions and 19 deletions
|
@ -64,12 +64,6 @@ impl FeatureFlag for PredictEditsFeatureFlag {
|
|||
const NAME: &'static str = "predict-edits";
|
||||
}
|
||||
|
||||
/// A feature flag that controls things that shouldn't go live until the predictive edits launch.
|
||||
pub struct PredictEditsLaunchFeatureFlag;
|
||||
impl FeatureFlag for PredictEditsLaunchFeatureFlag {
|
||||
const NAME: &'static str = "predict-edits-launch";
|
||||
}
|
||||
|
||||
pub struct PredictEditsRateCompletionsFeatureFlag;
|
||||
impl FeatureFlag for PredictEditsRateCompletionsFeatureFlag {
|
||||
const NAME: &'static str = "predict-edits-rate-completions";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue