fix: remove duplicate shell_snapshot FeatureSpec (#8274)

regression: #8199

Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
This commit is contained in:
Koichi Shiraishi
2025-12-19 08:55:47 +09:00
committed by GitHub
parent 46baedd7cb
commit 2d9826098e

View File

@@ -397,12 +397,6 @@ pub const FEATURES: &[FeatureSpec] = &[
stage: Stage::Experimental,
default_enabled: false,
},
FeatureSpec {
id: Feature::ShellSnapshot,
key: "shell_snapshot",
stage: Stage::Experimental,
default_enabled: false,
},
FeatureSpec {
id: Feature::Tui2,
key: "tui2",