Move multi_buffer to editor crate
This commit is contained in:
parent
6caf016df9
commit
c8b43e3078
16 changed files with 44 additions and 47 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue