Move multi_buffer to editor crate

This commit is contained in:
Nathan Sobo 2021-12-10 17:37:53 -07:00
parent 6caf016df9
commit c8b43e3078
16 changed files with 44 additions and 47 deletions

View file

@ -944,11 +944,11 @@ mod tests {
EstablishConnectionError, UserStore,
},
contacts_panel::JoinWorktree,
editor::{Editor, EditorSettings, Input},
editor::{Editor, EditorSettings, Input, MultiBuffer},
fs::{FakeFs, Fs as _},
language::{
tree_sitter_rust, Diagnostic, DiagnosticEntry, Language, LanguageConfig,
LanguageRegistry, LanguageServerConfig, MultiBuffer, Point,
LanguageRegistry, LanguageServerConfig, Point,
},
lsp,
project::{ProjectPath, Worktree},