feature_flags: Remove predict-edits-non-eager-mode
feature flag (#27610)
This PR removes the `predict-edits-non-eager-mode` feature flag. The feature is shipped, and we aren't referencing the flag anywhere anymore. Release Notes: - N/A
This commit is contained in:
parent
cc6d4e3c62
commit
4a10a0ca77
1 changed files with 0 additions and 11 deletions
|
@ -64,17 +64,6 @@ impl FeatureFlag for PredictEditsRateCompletionsFeatureFlag {
|
||||||
const NAME: &'static str = "predict-edits-rate-completions";
|
const NAME: &'static str = "predict-edits-rate-completions";
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A feature flag that controls whether "non eager mode" (holding `alt` to preview) is publicized.
|
|
||||||
pub struct PredictEditsNonEagerModeFeatureFlag;
|
|
||||||
impl FeatureFlag for PredictEditsNonEagerModeFeatureFlag {
|
|
||||||
const NAME: &'static str = "predict-edits-non-eager-mode";
|
|
||||||
|
|
||||||
fn enabled_for_staff() -> bool {
|
|
||||||
// Don't show to staff so it doesn't leak into media for the launch.
|
|
||||||
false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
pub struct Remoting {}
|
pub struct Remoting {}
|
||||||
impl FeatureFlag for Remoting {
|
impl FeatureFlag for Remoting {
|
||||||
const NAME: &'static str = "remoting";
|
const NAME: &'static str = "remoting";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue