Move FeatureFlags

This commit is contained in:
Aleksey Kladov 2020-02-06 12:18:52 +01:00
parent ee2ee1a8ff
commit ec95152a4e
3 changed files with 3 additions and 4 deletions

View file

@ -17,7 +17,6 @@ pub mod mock_analysis;
mod symbol_index;
mod change;
mod source_change;
mod feature_flags;
mod status;
mod completion;
@ -70,10 +69,10 @@ pub use crate::{
diagnostics::Severity,
display::{file_structure, FunctionSignature, NavigationTarget, StructureNode},
expand_macro::ExpandedMacro,
feature_flags::FeatureFlags,
folding_ranges::{Fold, FoldKind},
hover::HoverResult,
ide_db::{
feature_flags::FeatureFlags,
line_index::{LineCol, LineIndex},
line_index_utils::translate_offset_with_edit,
},