mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
Import feature flag test extension
This commit is contained in:
parent
f068c48446
commit
568bf53639
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ use editor::{
|
|||
Editor, EditorEvent, EditorMode, MultiBuffer, PathKey, SelectionEffects, SizingBehavior,
|
||||
};
|
||||
use feature_flags::AgentSharingFeatureFlag;
|
||||
#[cfg(test)]
|
||||
use feature_flags::FeatureFlagAppExt as _;
|
||||
use file_icons::FileIcons;
|
||||
use fs::Fs;
|
||||
use futures::FutureExt as _;
|
||||
|
|
|
|||
Loading…
Reference in a new issue