Remove GitUiFeatureFlag and enable panel unconditionally (#26386)

Release Notes:

- git: Enable for everyone
This commit is contained in:
Conrad Irwin 2025-03-10 13:38:07 -06:00 committed by GitHub
parent 02e970192f
commit 659fae70f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 25 deletions

View file

@ -80,11 +80,6 @@ impl FeatureFlag for PredictEditsNonEagerModeFeatureFlag {
}
}
pub struct GitUiFeatureFlag;
impl FeatureFlag for GitUiFeatureFlag {
const NAME: &'static str = "git-ui";
}
pub struct Remoting {}
impl FeatureFlag for Remoting {
const NAME: &'static str = "remoting";